Skip to content

Commit

Permalink
Run tests on MariaDB 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Sep 21, 2021
1 parent ac2c0b3 commit abb5468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ jobs:
matrix:
include:
# test higher PHP version with higher MariaDB and MySQL versions
- {php-version: "8.0", db-image: "mariadb:10.5", always: true}
- {php-version: "8.0", db-image: "mariadb:10.6", always: true}
- {php-version: "8.0", db-image: "mysql:8.0", always: true}
# test other PHP versions
- {php-version: "7.2", db-image: "mariadb:10.5", always: false}
- {php-version: "7.3", db-image: "mariadb:10.5", always: false}
- {php-version: "7.4", db-image: "mariadb:10.5", always: false}
- {php-version: "7.2", db-image: "mariadb:10.6", always: false}
- {php-version: "7.3", db-image: "mariadb:10.6", always: false}
- {php-version: "7.4", db-image: "mariadb:10.6", always: false}
# test other DB servers/versions
- {php-version: "8.0", db-image: "mariadb:10.1", always: false}
- {php-version: "8.0", db-image: "mysql:5.6", always: false}
Expand Down

0 comments on commit abb5468

Please sign in to comment.