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.
2 parents e143d41 + baf2100 commit c444c6cCopy full SHA for c444c6c
.github/workflows/ci.yml
@@ -32,11 +32,14 @@ jobs:
32
matrix:
33
os: [ubuntu]
34
php: [8.4, 8.3, 8.2, 8.1]
35
- laravel: [^11, ^10]
+ laravel: [dev-master, 11.x, 10.x]
36
37
exclude:
38
- php: 8.1
39
- laravel: ^11
+ laravel: dev-master
40
+ - php: 8.1
41
+ laravel: 11.x
42
+
43
env:
44
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
45
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
composer.json
@@ -23,7 +23,7 @@
23
],
24
"require": {
25
"php": "^8.1",
26
- "illuminate/support": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
27
"rollbar/rollbar": "v4.1.0-rc"
28
},
29
"require-dev": {
0 commit comments