Skip to content

Commit c444c6c

Browse files
authored
Merge pull request #162 from jonnott/patch-1
Laravel 12 support
2 parents e143d41 + baf2100 commit c444c6c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ jobs:
3232
matrix:
3333
os: [ubuntu]
3434
php: [8.4, 8.3, 8.2, 8.1]
35-
laravel: [^11, ^10]
35+
laravel: [dev-master, 11.x, 10.x]
3636

3737
exclude:
3838
- php: 8.1
39-
laravel: ^11
39+
laravel: dev-master
40+
- php: 8.1
41+
laravel: 11.x
42+
4043
env:
4144
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
4245
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^8.1",
26-
"illuminate/support": "^10.0|^11.0",
26+
"illuminate/support": "^10.0|^11.0|^12.0",
2727
"rollbar/rollbar": "v4.1.0-rc"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)