Skip to content

Commit 96efe82

Browse files
Update github actions to add PHP 8.3 to the test matrix.
1 parent e2f4f90 commit 96efe82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
matrix:
3737
os: [ubuntu-latest]
38-
php: ['8.0', '8.1', '8.2']
38+
php: ['8.0', '8.1', '8.2', '8.3']
3939
laravel: ['9.*', '10.*', '11.*']
4040
exclude:
4141
- php: '8.0'

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ filter:
1414
tools:
1515
external_code_coverage:
1616
timeout: 5400
17-
runs: 6
17+
runs: 9

0 commit comments

Comments
 (0)