CI: update php version
* add 8.1 & 8.2 * remove 8.0 as it not supported by php.net anymore
This commit is contained in:
parent
abfe561e7c
commit
fbfe0d0102
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
# do not stop on another job's failure
|
# do not stop on another job's failure
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.0']
|
php-versions: ['8.1', '8.2']
|
||||||
databases: ['sqlite']
|
databases: ['sqlite']
|
||||||
server-versions: ['stable27', 'stable28', 'stable29']
|
server-versions: ['stable27', 'stable28', 'stable29']
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
# do not stop on another job's failure
|
# do not stop on another job's failure
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.0']
|
php-versions: ['8.1', '8.2']
|
||||||
databases: ['mysql']
|
databases: ['mysql']
|
||||||
server-versions: ['stable27', 'stable28', 'stable29']
|
server-versions: ['stable27', 'stable28', 'stable29']
|
||||||
|
|
||||||
@ -143,7 +143,7 @@ jobs:
|
|||||||
# do not stop on another job's failure
|
# do not stop on another job's failure
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.0']
|
php-versions: ['8.1', '8.2']
|
||||||
databases: ['pgsql']
|
databases: ['pgsql']
|
||||||
server-versions: ['stable27', 'stable28', 'stable29']
|
server-versions: ['stable27', 'stable28', 'stable29']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user