Skip to content

Commit 5901c58

Browse files
authored
Merge pull request #161 from rollbar/maint/updated-ci-test-versions
Added Laravel 11, PHP 8.3, and PHP 8.4 to CI tests
2 parents 6a7cc17 + 4efe21a commit 5901c58

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu]
34-
php: [8.2, 8.1]
35-
laravel: [^10]
34+
php: [8.4, 8.3, 8.2, 8.1]
35+
laravel: [^11, ^10]
36+
37+
exclude:
38+
- php: 8.1
39+
laravel: ^11
3640
env:
3741
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
3842
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})

0 commit comments

Comments
 (0)