Skip to content

Commit 9c14fd1

Browse files
freekmurzeSpatie AIclaude
authored
Add PHP 8.5 to test workflow matrix (#626)
This commit adds PHP 8.5 to the GitHub Actions test workflow matrix to ensure the package is tested against the latest PHP version. Co-authored-by: Spatie AI <ai@spatie.be> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 04eb4ed commit 9c14fd1

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.4, 8.3, 8.2]
15+
php: [8.5, 8.4, 8.3, 8.2]
1616
laravel: ['11.*', '12.*']
1717
dependency-version: [prefer-lowest, prefer-stable]
1818

0 commit comments

Comments
 (0)