Skip to content

Commit 3203553

Browse files
Merge pull request #22 from bedus-creation/support-for-php-81
Add Support for PHP 8.1
2 parents 9d13946 + abad717 commit 3203553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-L9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 8.0 ]
11+
php: [ 8.0, 8.1 ]
1212
laravel: [ 9.* ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414
include:

0 commit comments

Comments
 (0)