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 f81c277 commit 53111e1Copy full SHA for 53111e1
.github/workflows/run-tests.yml
@@ -12,13 +12,14 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- os: [ ubuntu-latest, windows-latest ]
16
- php: [ 8.1,8.2 ]
17
- laravel: [ 9.*,10.* ]
18
- stability: [ prefer-stable ]
+ os: [ubuntu-latest, windows-latest]
+ php: [8.2, 8.1]
+ laravel: [10.*]
+ stability: [prefer-lowest, prefer-stable]
19
include:
20
- - laravel: 9.*
21
- testbench: 7.*
+ - laravel: 10.*
+ testbench: 8.*
22
+ carbon: ^2.63
23
24
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
0 commit comments