Skip to content

Commit ca606d9

Browse files
authored
Merge pull request #1199 from PHPCSStandards/feature/ghactions-revert-workaround
Revert "GH Actions: apply work-around for testing against PHP 8.5"
2 parents 566f699 + 218097d commit ca606d9

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- name: Install PHP
200200
uses: shivammathur/setup-php@v2
201201
with:
202-
php-version: ${{ matrix.php == '8.5' && '8.4' || matrix.php }}
202+
php-version: ${{ matrix.php }}
203203
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
204204
coverage: none
205205

@@ -229,14 +229,6 @@ jobs:
229229
composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php+' || '' }}
230230
custom-cache-suffix: $(date -u "+%Y-%m")
231231

232-
- name: "Install PHP again (PHP 8.5)"
233-
if: ${{ matrix.php == '8.5' }}
234-
uses: shivammathur/setup-php@v2
235-
with:
236-
php-version: ${{ matrix.php }}
237-
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
238-
coverage: none
239-
240232
- name: 'PHPCS: set the path to PHP'
241233
run: php "bin/phpcs" --config-set php_path php
242234

0 commit comments

Comments
 (0)