Skip to content

Commit

Permalink
Update github actions to add PHP 8.3 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 e2f4f90 commit 96efe82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

matrix:
os: [ubuntu-latest]
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.*', '10.*', '11.*']
exclude:
- php: '8.0'
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: 6
runs: 9

0 comments on commit 96efe82

Please sign in to comment.