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 91284dc commit 5518c17Copy full SHA for 5518c17
.github/workflows/tests.yml
@@ -23,11 +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
+ laravel: 11
31
32
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
33
0 commit comments