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 b62d6e8 commit 6b72895Copy full SHA for 6b72895
.github/workflows/run-tests.yml
@@ -15,19 +15,23 @@ jobs:
15
matrix:
16
os: [ubuntu-20.04]
17
php: [8.4, 8.3, 8.2, 8.1]
18
- laravel: ["10.*", "11.*"]
+ laravel: ['10.*', '11.*', '12.*']
19
ffmpeg: [5.0, 4.4]
20
dependency-version: [prefer-lowest, prefer-stable]
21
include:
22
- laravel: 10.*
23
testbench: 8.*
24
- laravel: 11.*
25
testbench: 9.*
26
+ - laravel: 12.*
27
+ testbench: 10.*
28
exclude:
29
30
php: 8.1
31
32
php: 8.4
33
34
+ php: 8.1
35
36
name: ${{ matrix.os }} - P${{ matrix.php }} - L${{ matrix.laravel }} - FF${{ matrix.ffmpeg }} - ${{ matrix.dependency-version }}
37
0 commit comments