Skip to content

Commit 2dab14e

Browse files
committed
Update database versions in build workflows.
1 parent 870f336 commit 2dab14e

File tree

7 files changed

+10
-5
lines changed

7 files changed

+10
-5
lines changed

.github/workflows/build-mariadb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
4444
- 8.1
4545
- 8.2
4646
- 8.3
47+
- 8.4
4748

4849
mariadb:
49-
- mariadb:10.4
50+
- mariadb:10.5
5051
- mariadb:latest
5152

5253
services:

.github/workflows/build-mssql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- 8.1
4444
- 8.2
4545
- 8.3
46+
- 8.4
4647

4748
mssql:
4849
- server:2019-latest

.github/workflows/build-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- 8.1
4444
- 8.2
4545
- 8.3
46+
- 8.4
4647

4748
mysql:
48-
- 5.7
4949
- latest
5050

5151
services:

.github/workflows/build-oracle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141

4242
php:
4343
- 8.1
44+
- 8.2
45+
- 8.3
46+
- 8.4
4447

4548
oracle:
4649
- version: 18

.github/workflows/build-pgsql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
- 8.1
4444
- 8.2
4545
- 8.3
46+
- 8.4
4647

4748
pgsql:
48-
- 9
49-
- 10
50-
- 11
5149
- 12
5250
- 13
5351
- 14

.github/workflows/build-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- 8.1
4444
- 8.2
4545
- 8.3
46+
- 8.4
4647

4748
steps:
4849
- name: Checkout.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Yii Core version 2 Change Log
4949
- Enh #107: Add `SqlHelper::class` in `db` (@terabytesoftw)
5050
- Enh #108: Add method `addSuffix()` in `SqlHelper::class` (@terabytesoftw)
5151
- Enh #109: Clean tests for `PHPUnit` v.10 (@terabytesoftw)
52+
- Enh #110: Update database versions in build workflows `MariaDb 10.6`, `MySQL 8.0`, `Oracle 12c`, `PostgreSQL 12` (@terabytesoftw)
5253

5354
Yii Framework 2 Change Log
5455
==========================

0 commit comments

Comments
 (0)