Skip to content

Commit d0d4c82

Browse files
committed
Excluded laravel 13 with php8.2
1 parent 3ee5667 commit d0d4c82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
php: [8.2, 8.3, 8.4, 8.5]
1313
laravel: [10.*, 11.*, 12.*, 13.*]
1414
stability: [prefer-lowest, prefer-stable]
15+
exclude:
16+
- php: 8.2
17+
laravel: 13.*
1518
include:
1619
- laravel: 10.*
1720
testbench: 8.*

0 commit comments

Comments
 (0)