Skip to content

Commit ffc950d

Browse files
authored
PHP 8.5 support (#1113)
1 parent a2fb23b commit ffc950d

19 files changed

Lines changed: 48 additions & 16 deletions

.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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
php:
39-
- 8.4
39+
- 8.5
4040

4141
mariadb:
4242
- mariadb:10.4
@@ -54,6 +54,8 @@ jobs:
5454
mariadb: mariadb:latest
5555
- php: 8.3
5656
mariadb: mariadb:latest
57+
- php: 8.4
58+
mariadb: mariadb:latest
5759

5860
services:
5961
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: 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
pgsql:
4141
- 9
@@ -56,6 +56,8 @@ jobs:
5656
pgsql: 18
5757
- php: 8.3
5858
pgsql: 18
59+
- php: 8.4
60+
pgsql: 18
5961

6062
services:
6163
postgres:

0 commit comments

Comments
 (0)