Skip to content

Commit 5867d1a

Browse files
committed
fix
1 parent 7fcbc24 commit 5867d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.3]
16+
php: [8.1, 8.2, 8.3]
1717
laravel: [10.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 10.*
2121
testbench: 8.*
2222
carbon: ^2.63
23-
php: 8.2
23+
php: 8.1
2424
- laravel: 11.*
2525
testbench: 9.*
2626
carbon: ^3.0

0 commit comments

Comments
 (0)