Skip to content

Commit ee761ee

Browse files
Support PHP8.5
1 parent 9704e2f commit ee761ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
os: [ubuntu-latest]
17-
php: [8.4]
17+
php: [8.4, 8.5]
1818
laravel: [11.*, 12.*]
1919
include:
2020
- laravel: 11.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "8.4.*",
24+
"php": "8.4.*|8.5.*",
2525
"ext-zip": "*",
2626
"code16/embed": "^2.3",
2727
"code16/laravel-content-renderer": "^1.1.0",

0 commit comments

Comments
 (0)