Skip to content

Commit 00feead

Browse files
committed
Add PHP 8.5 to CI matrix
1 parent 88ac995 commit 00feead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.3, 8.4]
20+
php: [8.3, 8.4, 8.5]
2121
laravel: [11.*, 12.*, 13.*]
2222
stability: [prefer-stable]
2323
include:

0 commit comments

Comments
 (0)