Skip to content

Commit e5d31d4

Browse files
committed
Changed CI for Laravel 11.x
1 parent 7564aa0 commit e5d31d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ on:
1111

1212
jobs:
1313
test:
14-
1514
runs-on: ${{ matrix.os }}
1615
strategy:
1716
fail-fast: false
1817
matrix:
1918
os: [ ubuntu-latest, windows-latest, macos-latest ]
2019
php: [ 8.3, 8.2, 8.1, 8.0 ]
21-
laravel: [ 11.* 10.*, 9.* ]
20+
laravel: [ "11.*", "10.*", "9.*" ]
2221
dependency-version: [prefer-lowest, prefer-stable]
2322
include:
23+
- laravel: 11.*
24+
testbench: 9.*
2425
- laravel: 10.*
2526
testbench: 8.*
2627
- laravel: 9.*

0 commit comments

Comments
 (0)