Skip to content

Commit cbb36aa

Browse files
authored
Fix: Simplify (#564)
1 parent 3e36dc5 commit cbb36aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,4 @@ jobs:
5353
run: "composer update --no-interaction --no-progress --optimize-autoloader"
5454

5555
- name: "Run tests"
56-
if: "${{ '8.1' != matrix.php-version }}"
5756
run: "./vendor/bin/simple-phpunit"
58-
59-
- name: "Run tests for php 8.1"
60-
if: "${{ '8.1' == matrix.php-version }}"
61-
run: "SYMFONY_PHPUNIT_VERSION=9.5 ./vendor/bin/simple-phpunit"

0 commit comments

Comments
 (0)