Skip to content

Commit 1f60505

Browse files
committed
Simplify reflection-golden-test
1 parent a91c7a6 commit 1f60505

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/reflection-golden-test.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
php-version:
67-
- "7.4"
68-
- "8.0"
6967
- "8.1"
7068
- "8.2"
7169
- "8.3"
@@ -99,14 +97,6 @@ jobs:
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"

0 commit comments

Comments
 (0)