Skip to content

Commit de4621f

Browse files
committed
Add PHP 8.5 support, fix coverage warnings, ensure Pest 4/PHPUnit 12
1 parent 54e226a commit de4621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.2, '8.3', '8.4', '8.5']
15+
php: [8.5, 8.4, 8.3, 8.2]
1616
laravel: ['10.*', '11.*', '12.*', '13.*']
1717
dependency-version: [prefer-stable]
1818
exclude:

0 commit comments

Comments
 (0)