We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b198cf commit 01c9872Copy full SHA for 01c9872
.github/workflows/build.yml
@@ -74,10 +74,6 @@ jobs:
74
- name: "Install dependencies"
75
run: "composer install --no-interaction --no-progress --no-suggest"
76
77
- - name: "Transform source code"
78
- if: matrix.php-version != '7.4' && matrix.php-version != '8.0'
79
- run: php bin/transform-source.php
80
-
81
- name: "Lint"
82
run: "vendor/bin/phing lint"
83
0 commit comments