Skip to content

Commit 81dbad7

Browse files
committed
Test against PHP 8.1
1 parent 6484d2b commit 81dbad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [ 7.3, 7.4, 8.0 ]
18+
php: [ 7.3, 7.4, 8.0, 8.1 ]
1919
laravel: [ 7.*, 8.*, 9.* ]
2020
dependency-version: [ prefer-lowest, prefer-stable ]
2121
include:

0 commit comments

Comments
 (0)