Skip to content

Commit 373e7e2

Browse files
committed
Exclude Laravel and PHP 8.1 from CI tests.
1 parent c54e1e8 commit 373e7e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
os: [ubuntu]
3434
php: [8.4, 8.3, 8.2, 8.1]
3535
laravel: [^11, ^10]
36+
exclude:
37+
- php: 8.1
38+
laravel: ^11
3639
env:
3740
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
3841
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})

0 commit comments

Comments
 (0)