Skip to content

Commit c54e1e8

Browse files
committed
Added PHP 8.3 and 8.4 and Laravel 11 to CI tests.
1 parent 6a7cc17 commit c54e1e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ 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]
3636
env:
3737
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
3838
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})

0 commit comments

Comments
 (0)