Skip to content

Commit 07973db

Browse files
lacatoireGirgias
authored andcommitted
CI: add PHP 8.5 to test matrix (allowed to fail)
1 parent c915402 commit 07973db

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ jobs:
44
ubuntu:
55
strategy:
66
matrix:
7-
version: ['8.1', '8.2', '8.3', '8.4']
7+
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
8+
continue-on-error: ${{ matrix.version == '8.5' }}
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout PhD

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ jobs:
55
name: test
66
strategy:
77
matrix:
8-
version: ['8.1', '8.2', '8.3', '8.4']
8+
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
9+
continue-on-error: ${{ matrix.version == '8.5' }}
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Checkout PhD

0 commit comments

Comments
 (0)