Skip to content

Commit

Permalink
Added PHP 8.3 and 8.4 and Laravel 11 to CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Jan 17, 2025
1 parent 6a7cc17 commit c54e1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
matrix:
os: [ubuntu]
php: [8.2, 8.1]
laravel: [^10]
php: [8.4, 8.3, 8.2, 8.1]
laravel: [^11, ^10]
env:
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
Expand Down

0 comments on commit c54e1e8

Please sign in to comment.