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 22, 2024
1 parent c4a42f9 commit 37ed005
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ filter:
tools:
external_code_coverage:
timeout: 5400
runs: 5
runs: 6

0 comments on commit 37ed005

Please sign in to comment.