Skip to content

Commit

Permalink
Excluding Carbon 3 + Laravel < 11 combos in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 25, 2024
1 parent 8dfd1c1 commit 297c003
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
carbon: '2.x'
- php: '8.1'
laravel: '11.0'
- laravel: '9.2'
carbon: '3.x'
- laravel: '9.52'
carbon: '3.x'
- laravel: '10.0'
carbon: '3.x'
- laravel: '10.48'
carbon: '3.x'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}

services:
Expand Down

0 comments on commit 297c003

Please sign in to comment.