Skip to content

Commit c176bb6

Browse files
committed
Add tests for PHP 8.4. (yiisoft#20132)
1 parent c0990f3 commit c176bb6

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
php: [8.1, 8.2, 8.3]
24+
php: [8.1, 8.2, 8.3, 8.4]
2525

2626
steps:
2727
- name: Generate french locale.

.github/workflows/ci-mssql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- 8.1
2727
- 8.2
2828
- 8.3
29+
- 8.4
2930

3031
mssql:
3132
- server:2019-latest

.github/workflows/ci-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 8.1
2323
- 8.2
2424
- 8.3
25+
- 8.4
2526

2627
mysql:
2728
- 5.7

.github/workflows/ci-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 8.1
2323
- 8.2
2424
- 8.3
25+
- 8.4
2526

2627
pgsql:
2728
- 10

.github/workflows/ci-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- 8.1
2424
- 8.2
2525
- 8.3
26+
- 8.4
2627

2728
steps:
2829
- name: Checkout.

0 commit comments

Comments
 (0)