Skip to content

Commit 56b105e

Browse files
committed
:octocat: added PHP 8.5 to CI
1 parent ba3a200 commit 56b105e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
php-version:
2929
- "8.2"
3030
- "8.3"
31+
- "8.4"
32+
- "8.5"
3133

3234
env:
3335
PHAN_ALLOW_XDEBUG: 0
@@ -69,6 +71,8 @@ jobs:
6971
php-version:
7072
- "8.2"
7173
- "8.3"
74+
- "8.4"
75+
- "8.5"
7276

7377
steps:
7478
- name: "Checkout"

0 commit comments

Comments
 (0)