Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed CI test file indentation.
  • Loading branch information
danielmorell committed Jan 17, 2025
commit 4efe21af80ac8bc3d5da9a8219e431bc0729a0a2
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
os: [ubuntu]
php: [8.4, 8.3, 8.2, 8.1]
laravel: [^11, ^10]
exclude:
- php: 8.1
laravel: ^11

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