Skip to content

Commit 259cef9

Browse files
committed
Remove PHP 8 workarounds from CI
1 parent 79cf203 commit 259cef9

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/ci.yaml

+2-13
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,11 @@ jobs:
5757
- name: "Require symfony/flex"
5858
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
5959

60-
- if: matrix.php-version != '8.0'
61-
run: composer update
60+
- run: composer update
6261

63-
- if: matrix.php-version == '8.0'
64-
run: composer update --ignore-platform-req=php
65-
66-
- if: matrix.php-version != '8.0'
67-
name: "Install PHPUnit"
62+
- name: "Install PHPUnit"
6863
run: vendor/bin/simple-phpunit install
6964

70-
- if: matrix.php-version == '8.0'
71-
name: "Install PHPUnit for PHP 8"
72-
run: |
73-
echo 'SYMFONY_PHPUNIT_VERSION=9.4' >> $GITHUB_ENV
74-
vendor/bin/simple-phpunit install
75-
7665
- name: "PHPUnit version"
7766
run: vendor/bin/simple-phpunit --version
7867

0 commit comments

Comments
 (0)