Skip to content

Commit 3145f6f

Browse files
Update run-tests.yml (thephpleague#672)
1 parent cc86847 commit 3145f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
php: [8.0, 7.4, 7.3]
22+
php: [8.1, 8.0, 7.4, 7.3]
2323
dependency-version: [prefer-lowest, prefer-stable]
2424

2525
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
@@ -40,4 +40,4 @@ jobs:
4040
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
4141
4242
- name: Execute Unit Tests
43-
run: composer test
43+
run: composer test

0 commit comments

Comments
 (0)