Skip to content

Commit

Permalink
Test MariaDB 11.4 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 11, 2024
1 parent 820ad99 commit 87f95cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
matrix:
include:
# test higher PHP version with higher MariaDB and MySQL versions
- {php-version: "8.3", db-image: "mariadb:10.11", always: true}
- {php-version: "8.3", db-image: "mariadb:11.4", always: true}
- {php-version: "8.3", db-image: "mysql:8.4", always: true}
# test other PHP versions
- {php-version: "8.2", db-image: "mariadb:10.11", always: false}
- {php-version: "8.1", db-image: "mariadb:10.11", always: false}
- {php-version: "8.0", db-image: "mariadb:10.11", always: false}
- {php-version: "7.4", db-image: "mariadb:10.11", always: false}
- {php-version: "8.2", db-image: "mariadb:11.4", always: false}
- {php-version: "8.1", db-image: "mariadb:11.4", always: false}
- {php-version: "8.0", db-image: "mariadb:11.4", always: false}
- {php-version: "7.4", db-image: "mariadb:11.4", always: false}
# test other DB servers/versions
- {php-version: "8.3", db-image: "mariadb:10.2", always: false}
- {php-version: "8.3", db-image: "mysql:5.7", always: false}
Expand Down

0 comments on commit 87f95cc

Please sign in to comment.