Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 25, 2024
1 parent 15856b2 commit 2a36791
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
stability: [prefer-stable]
exclude:
- php: 7.4
laravel: 9
laravel: ^9.0
- php: 7.4
laravel: 10
laravel: ^10.0
- php: 7.4
laravel: 11
laravel: ^11.0
- php: 8.0
laravel: 10
laravel: ^10.0
- php: 8.0
laravel: 11
laravel: ^11.0
- php: 8.1
laravel: 11
laravel: ^11.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 2a36791

Please sign in to comment.