Thanks to visit codestin.com Credit goes to github.com
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 cc86847 commit 3145f6fCopy full SHA for 3145f6f
.github/workflows/run-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- php: [8.0, 7.4, 7.3]
+ php: [8.1, 8.0, 7.4, 7.3]
23
dependency-version: [prefer-lowest, prefer-stable]
24
25
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
@@ -40,4 +40,4 @@ jobs:
40
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
41
42
- name: Execute Unit Tests
43
- run: composer test
+ run: composer test
0 commit comments