Skip to content

Commit

Permalink
Fix: Simplify (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 8, 2022
1 parent 3e36dc5 commit cbb36aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -53,9 +53,4 @@ jobs:
run: "composer update --no-interaction --no-progress --optimize-autoloader"

- name: "Run tests"
if: "${{ '8.1' != matrix.php-version }}"
run: "./vendor/bin/simple-phpunit"

- name: "Run tests for php 8.1"
if: "${{ '8.1' == matrix.php-version }}"
run: "SYMFONY_PHPUNIT_VERSION=9.5 ./vendor/bin/simple-phpunit"

0 comments on commit cbb36aa

Please sign in to comment.