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 297b60b commit 92d65a4Copy full SHA for 92d65a4
.github/workflows/tests.yml
@@ -23,15 +23,11 @@ jobs:
23
fail-fast: true
24
matrix:
25
os: [ ubuntu-22.04, windows-latest ]
26
- php: [ 8.2, 8.3, 8.4 ]
+ php: [ 8.2, 8.3, 8.4, 8.5 ]
27
laravel: [ 11, 12 ]
28
- include:
+ exclude:
29
- php: 8.5
30
- laravel: 12
31
- os: ubuntu-22.04
32
- - php: 8.5
33
34
- os: windows-latest
+ laravel: 11
35
36
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
37
0 commit comments