Skip to content

Commit 6a27b18

Browse files
committed
Add PHP 8.1 to test matrix
1 parent 93b60b1 commit 6a27b18

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
php: [8.0]
10+
php: [8.0, 8.1]
1111
laravel: [8.*]
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
include:
@@ -39,4 +39,4 @@ jobs:
3939
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4040
4141
- name: Execute tests
42-
run: vendor/bin/phpunit
42+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)