Skip to content

Commit d995b56

Browse files
authored
Merge branch 'master' into join-doc
2 parents 14291d6 + 6920c14 commit d995b56

File tree

273 files changed

+7822
-8643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+7822
-8643
lines changed

.github/workflows/active-record.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
env:
2626
COMPOSER_ROOT_VERSION: dev-master
27-
PHP_VERSION: 8.4
27+
PHP_VERSION: 8.5
2828
EXTENSIONS: pdo, pdo_mysql, pdo_oci, pdo_pgsql, pdo_sqlite, pdo_sqlsrv
2929

3030
runs-on: ubuntu-latest

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- 8.2
4343
- 8.3
4444
- 8.4
45+
- 8.5
4546

4647
steps:
4748
- name: Checkout.

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@master
2828
with:
2929
php: >-
30-
['8.1', '8.2', '8.3', '8.4']
30+
['8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/db-mariadb.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ jobs:
2929
env:
3030
COMPOSER_ROOT_VERSION: dev-master
3131
EXTENSIONS: pdo, pdo_mysql
32+
YII_MYSQL_TYPE: 'mariadb'
3233

3334
runs-on: ubuntu-latest
3435

3536
strategy:
3637
matrix:
3738
php:
38-
- 8.4
39+
- 8.5
3940

4041
mariadb:
4142
- mariadb:10.4
@@ -53,6 +54,8 @@ jobs:
5354
mariadb: mariadb:latest
5455
- php: 8.3
5556
mariadb: mariadb:latest
57+
- php: 8.4
58+
mariadb: mariadb:latest
5659

5760
services:
5861
mysql:

.github/workflows/db-migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
env:
2626
COMPOSER_ROOT_VERSION: dev-master
27-
PHP_VERSION: 8.4
27+
PHP_VERSION: 8.5
2828
EXTENSIONS: pdo, pdo_mysql, pdo_oci, pdo_pgsql, pdo_sqlite, pdo_sqlsrv
2929

3030
runs-on: ubuntu-latest

.github/workflows/db-mssql-2017.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
env:
3030
COMPOSER_ROOT_VERSION: dev-master
31-
PHP_VERSION: 8.4
31+
PHP_VERSION: 8.5
3232
EXTENSIONS: pdo, pdo_sqlsrv
3333

3434
runs-on: windows-latest

.github/workflows/db-mssql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- 8.2
4040
- 8.3
4141
- 8.4
42+
- 8.5
4243

4344
mssql:
4445
- 2022-latest

.github/workflows/db-mysql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
php:
38-
- 8.4
38+
- 8.5
3939

4040
mysql:
4141
- mysql:5.7
@@ -48,6 +48,8 @@ jobs:
4848
mysql: mysql:latest
4949
- php: 8.3
5050
mysql: mysql:latest
51+
- php: 8.4
52+
mysql: mysql:latest
5153

5254
services:
5355
mysql:

.github/workflows/db-oracle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
php:
38-
- 8.4
38+
- 8.5
3939

4040
oracle:
4141
- 18
@@ -48,6 +48,8 @@ jobs:
4848
oracle: 21
4949
- php: 8.3
5050
oracle: 21
51+
- php: 8.4
52+
oracle: 21
5153

5254
services:
5355
oci:

.github/workflows/db-pgsql.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
php:
38-
- 8.4
38+
- 8.5
3939

4040
pgsql:
4141
- 9
@@ -47,14 +47,17 @@ jobs:
4747
- 15
4848
- 16
4949
- 17
50+
- 18
5051

5152
include:
5253
- php: 8.1
53-
pgsql: 17
54+
pgsql: 18
5455
- php: 8.2
55-
pgsql: 17
56+
pgsql: 18
5657
- php: 8.3
57-
pgsql: 17
58+
pgsql: 18
59+
- php: 8.4
60+
pgsql: 18
5861

5962
services:
6063
postgres:

0 commit comments

Comments
 (0)