Skip to content

Commit 67764a9

Browse files
committed
ci: add php 8.5 to workflow
1 parent e5e4d74 commit 67764a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
35+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
3636
steps:
3737
- name: Checkout code
3838
uses: actions/checkout@v4

0 commit comments

Comments
 (0)