Skip to content

Commit 2361fbb

Browse files
add PHP 8.5 to CI workflow matrix
1 parent 08c5bf9 commit 2361fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-24.04-arm
7474
strategy:
7575
matrix:
76-
php_version: ['8.0', '8.1', '8.2', '8.3', '8.4']
76+
php_version: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
7777

7878
steps:
7979
- name: Checkout

0 commit comments

Comments
 (0)