Skip to content

Commit 4e6aba0

Browse files
committed
Test php 8.2 in github workflows tests
1 parent ef73cf9 commit 4e6aba0

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
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.3, 8.4]
22+
php: [8.2, 8.3, 8.4]
2323
laravel: [11, 12]
2424

2525
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)