Update github ci with new PHP versions
This commit is contained in:
parent
191926dd3f
commit
345fab10e6
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -6,10 +6,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
PHPUnit:
|
PHPUnit:
|
||||||
name: PHPUnit (PHP ${{ matrix.php }})(${{ matrix.env }})
|
name: PHPUnit (PHP ${{ matrix.php }})(${{ matrix.env }}) on ${{ matrix.os }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
os:
|
||||||
|
- ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
- client
|
- client
|
||||||
- server
|
- server
|
||||||
@ -17,8 +19,11 @@ jobs:
|
|||||||
- 7.4
|
- 7.4
|
||||||
- 8.0
|
- 8.0
|
||||||
- 8.1
|
- 8.1
|
||||||
|
- 8.2
|
||||||
|
- 8.3
|
||||||
|
- 8.4
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user