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:
committed by
Gina Peter Banyard
parent
c9154020cd
commit
07973db68b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user