Skip to content

Commit

Permalink
Merge pull request #161 from rollbar/maint/updated-ci-test-versions
Browse files Browse the repository at this point in the history
Added Laravel 11, PHP 8.3, and PHP 8.4 to CI tests
  • Loading branch information
danielmorell authored Jan 17, 2025
2 parents 6a7cc17 + 4efe21a commit 5901c58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
strategy:
matrix:
os: [ubuntu]
php: [8.2, 8.1]
laravel: [^10]
php: [8.4, 8.3, 8.2, 8.1]
laravel: [^11, ^10]

exclude:
- php: 8.1
laravel: ^11
env:
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
Expand Down

0 comments on commit 5901c58

Please sign in to comment.