Skip to content

Commit f80750f

Browse files
authored
Add PHP 8.5 to unit tests job
(already configured for integration tests) Signed-off-by: Simon André <smn.andre@gmail.com>
1 parent f2b78b8 commit f80750f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
strategy:
6666
matrix:
67-
php-version: ['8.2', '8.3', '8.4']
67+
php-version: ['8.2', '8.3', '8.4', '8.5']
6868
fail-fast: false
6969
steps:
7070
- name: "Git: checkout"

0 commit comments

Comments
 (0)