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 64
64
fail-fast : false
65
65
matrix :
66
66
php-version :
67
- - " 7.4"
68
- - " 8.0"
69
67
- " 8.1"
70
68
- " 8.2"
71
69
- " 8.3"
99
97
- name : " Install dependencies"
100
98
run : " composer install --no-interaction --no-progress"
101
99
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
-
110
100
- name : " Dump previous reflection data"
111
101
run : " php tests/generate-reflection-test.php"
112
102
@@ -118,19 +108,8 @@ jobs:
118
108
- name : " Checkout"
119
109
uses : actions/checkout@v4
120
110
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
-
125
111
- name : " Install dependencies"
126
112
run : " composer install --no-interaction --no-progress"
127
113
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
-
135
114
- name : " Reflection golden test"
136
115
run : " make tests-golden-reflection || true"
You can’t perform that action at this time.
0 commit comments