Skip to content

Commit cadc682

Browse files
committed
Exclude laravel 13.* with php 8.2 from test jobs
1 parent d519114 commit cadc682

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
@@ -20,6 +20,9 @@ jobs:
2020
php: [8.4, 8.3, 8.2]
2121
laravel: [11.*, 12.*, 13.*]
2222
stability: [prefer-stable]
23+
exclude:
24+
- laravel: 13.*
25+
php: 8.2
2326
include:
2427
- laravel: 11.*
2528
testbench: 9.*

0 commit comments

Comments
 (0)