We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68833e commit 7882bd6Copy full SHA for 7882bd6
.github/workflows/phpunit.yml
@@ -38,11 +38,11 @@ jobs:
38
39
- name: Install Composer Dependencies
40
run: composer update --no-interaction --no-progress --ansi
41
- if: ${{ matrix.php-version == '^8.0' }}
+ if: ${{ matrix.php-version == '8.0' }}
42
43
44
run: composer update --no-interaction --no-progress --ansi --ignore-platform-req=php
45
- if: ${{ matrix.php-version == '^8.1' }}
+ if: ${{ matrix.php-version == '8.1' }}
46
47
- name: Running PHPUnit
48
run: vendor/bin/phpunit
0 commit comments