File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 6464 fail-fast : false
6565 matrix :
6666 php-version :
67- - " 7.4"
68- - " 8.0"
6967 - " 8.1"
7068 - " 8.2"
7169 - " 8.3"
9997 - name : " Install dependencies"
10098 run : " composer install --no-interaction --no-progress"
10199
102- - name : " Transform source code"
103- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
104- run : |
105- composer install --no-interaction --no-progress --working-dir=compiler
106- ./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
107- composer dump
108-
109-
110100 - name : " Dump previous reflection data"
111101 run : " php tests/generate-reflection-test.php"
112102
@@ -118,19 +108,8 @@ jobs:
118108 - name : " Checkout"
119109 uses : actions/checkout@v4
120110
121- - name : " Downgrade PHPUnit"
122- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
123- run : " composer require --dev phpunit/phpunit:^9.6 sebastian/diff:^4.0 --update-with-dependencies --ignore-platform-reqs"
124-
125111 - name : " Install dependencies"
126112 run : " composer install --no-interaction --no-progress"
127113
128- - name : " Transform source code"
129- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
130- run : |
131- composer install --no-interaction --no-progress --working-dir=compiler
132- ./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
133- composer dump
134-
135114 - name : " Reflection golden test"
136115 run : " make tests-golden-reflection || true"
You can’t perform that action at this time.
0 commit comments