Skip to content

Commit

Permalink
Run Postgres 14 and MariaDB 10.6 in CI (doctrine#9470)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Feb 5, 2022
1 parent 536b65f commit bdd8883
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
- "default"
postgres-version:
- "9.6"
- "13"
- "14"
include:
- php-version: "8.0"
dbal-version: "2.13"
postgres-version: "13"
postgres-version: "14"

services:
postgres:
Expand Down Expand Up @@ -143,14 +143,14 @@ jobs:
dbal-version:
- "default"
mariadb-version:
- "10.5"
- "10.6"
extension:
- "mysqli"
- "pdo_mysql"
include:
- php-version: "8.0"
dbal-version: "2.13"
mariadb-version: "10.5"
mariadb-version: "10.6"
extension: "pdo_mysql"

services:
Expand Down

0 comments on commit bdd8883

Please sign in to comment.