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 373e7e2 commit 4efe21aCopy full SHA for 4efe21a
.github/workflows/ci.yml
@@ -33,9 +33,10 @@ jobs:
33
os: [ubuntu]
34
php: [8.4, 8.3, 8.2, 8.1]
35
laravel: [^11, ^10]
36
- exclude:
37
- - php: 8.1
38
- laravel: ^11
+
+ exclude:
+ - php: 8.1
39
+ laravel: ^11
40
env:
41
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
42
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
0 commit comments