We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7702160 commit 0318774Copy full SHA for 0318774
1 file changed
.github/workflows/run-tests.yml
@@ -12,14 +12,15 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- os: [ubuntu-latest, windows-latest]
16
- php: [8.2]
17
- laravel: [11.*]
18
- stability: [prefer-lowest, prefer-stable]
+ os: [ubuntu-latest]
+ php: [8.3]
+ laravel: [12.*]
+ stability: [prefer-stable]
19
include:
20
- - laravel: 11.*
21
- testbench: 9.*
+ - laravel: 12.*
+ testbench: 10.*
22
carbon: 3.*
23
+ collision: 8.*
24
25
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
0 commit comments