Skip to content

Commit 8a0c8fd

Browse files
committed
add php 8.5 to support matrix
1 parent 2c0e00e commit 8a0c8fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
php-version:
57-
- "8.3"
5857
- "8.4"
58+
- "8.5"
5959
steps:
6060
- name: "Checkout"
6161
uses: "actions/checkout@v4"
@@ -104,6 +104,7 @@ jobs:
104104
- "8.2"
105105
- "8.3"
106106
- "8.4"
107+
- "8.5"
107108
steps:
108109
- name: "Checkout"
109110
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)