Skip to content

Commit 603cf1b

Browse files
authored
Update ci.yml for Laravel 12
1 parent e14e50e commit 603cf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
matrix:
3333
os: [ubuntu]
3434
php: [8.4, 8.3, 8.2, 8.1]
35-
laravel: [^11, ^10]
35+
laravel: [^12, ^11, ^10]
3636

3737
exclude:
3838
- php: 8.1
39-
laravel: ^11
39+
laravel: ^12, ^11
4040
env:
4141
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
4242
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})

0 commit comments

Comments
 (0)