Skip to content

Commit de4728f

Browse files
committed
Add PHP 8.1 to GitHub workflow strategy
1 parent cdc3351 commit de4728f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.0 ]
12+
php: [ 8.0, 8.1 ]
1313
laravel: [ ^8.0 ]
1414

1515
name: P${{ matrix.php }} - L${{ matrix.laravel }}

0 commit comments

Comments
 (0)