mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 01:56:35 +08:00
Add tests for PHP 8.4. (#20132)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -69,6 +69,10 @@ jobs:
|
||||
extensions: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached
|
||||
coverage: none
|
||||
os: ubuntu-latest
|
||||
- php: 8.4
|
||||
extensions: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached
|
||||
coverage: none
|
||||
os: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Generate french locale.
|
||||
|
||||
2
.github/workflows/ci-mssql.yml
vendored
2
.github/workflows/ci-mssql.yml
vendored
@ -31,6 +31,8 @@ jobs:
|
||||
mssql: server:2022-latest
|
||||
- php: 8.3
|
||||
mssql: server:2022-latest
|
||||
- php: 8.4
|
||||
mssql: server:2022-latest
|
||||
|
||||
services:
|
||||
mssql:
|
||||
|
||||
16
.github/workflows/ci-mysql.yml
vendored
16
.github/workflows/ci-mysql.yml
vendored
@ -19,19 +19,9 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
||||
php:
|
||||
- 7.4
|
||||
- 8.0
|
||||
- 8.1
|
||||
- 8.2
|
||||
- 8.3
|
||||
|
||||
mysql:
|
||||
- 5.7
|
||||
- latest
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
||||
mysql: [5.7, latest]
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
||||
7
.github/workflows/ci-oracle.yml
vendored
7
.github/workflows/ci-oracle.yml
vendored
@ -20,11 +20,8 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
||||
php:
|
||||
- 7.4
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4]
|
||||
|
||||
services:
|
||||
oci:
|
||||
|
||||
20
.github/workflows/ci-pgsql.yml
vendored
20
.github/workflows/ci-pgsql.yml
vendored
@ -19,23 +19,9 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
||||
php:
|
||||
- 7.4
|
||||
- 8.0
|
||||
- 8.1
|
||||
- 8.2
|
||||
- 8.3
|
||||
|
||||
pgsql:
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
- 15
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
||||
pgsql: [10, 11, 12, 13, 14, 15]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
||||
11
.github/workflows/ci-sqlite.yml
vendored
11
.github/workflows/ci-sqlite.yml
vendored
@ -20,15 +20,8 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
||||
php:
|
||||
- 7.4
|
||||
- 8.0
|
||||
- 8.1
|
||||
- 8.2
|
||||
- 8.3
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
|
||||
|
||||
steps:
|
||||
- name: Checkout.
|
||||
|
||||
Reference in New Issue
Block a user