Skip to content

Commit

Permalink
Update github actions to add Laravel 11 to the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Sep 20, 2024
1 parent c40cc36 commit 11f031e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ jobs:
matrix:
os: [ubuntu-latest]
php: ['8.0', '8.1', '8.2']
laravel: ['9.*', '10.*']
laravel: ['9.*', '10.*', '11.*']
exclude:
- php: '8.0'
laravel: '10.*'
- php: '8.0'
laravel: '11.*'
- php: '8.1'
laravel: '11.*'

name: tests - PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}

Expand Down

0 comments on commit 11f031e

Please sign in to comment.