Skip to content

Commit c89460e

Browse files
committed
:octocat: added PHP 8.5 to CI
1 parent 876ed96 commit c89460e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

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

3234
env:
3335
PHAN_ALLOW_XDEBUG: 0
3436
PHAN_DISABLE_XDEBUG_WARN: 1
3537

3638
steps:
3739
- name: "Checkout"
38-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
3941

4042
- name: "Install PHP"
4143
uses: shivammathur/setup-php@v2
@@ -69,10 +71,12 @@ jobs:
6971
php-version:
7072
- "8.2"
7173
- "8.3"
74+
- "8.4"
75+
- "8.5"
7276

7377
steps:
7478
- name: "Checkout"
75-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
7680

7781
- name: "Install PHP with extensions"
7882
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)