1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00

CI: add PHP 8.5 to test matrix (allowed to fail)

This commit is contained in:
lacatoire
2026-01-08 17:33:47 +01:00
committed by Gina Peter Banyard
parent c9154020cd
commit 07973db68b
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ jobs:
ubuntu:
strategy:
matrix:
version: ['8.1', '8.2', '8.3', '8.4']
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
continue-on-error: ${{ matrix.version == '8.5' }}
runs-on: ubuntu-latest
steps:
- name: Checkout PhD

View File

@@ -5,7 +5,8 @@ jobs:
name: test
strategy:
matrix:
version: ['8.1', '8.2', '8.3', '8.4']
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
continue-on-error: ${{ matrix.version == '8.5' }}
runs-on: ubuntu-latest
steps:
- name: Checkout PhD