Skip to content

Commit abb648c

Browse files
Spatie AIclaude
andcommitted
Add PHP 8.5 to test workflow matrix
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: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 04eb4ed commit abb648c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)