Skip to content

Commit

Permalink
Merge pull request #511 from gregcorbett/more_mariadb_testing
Browse files Browse the repository at this point in the history
Unit test against newer versions of MariaDB
  • Loading branch information
gregcorbett authored Sep 11, 2024
2 parents f5a4069 + 38073f9 commit 0770beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Define jobs for all combinations of php, mariadb and extension, up to "include"
# Tests will be performed for each combination
php-version: ["7.4"]
mariadb-version: ["10.3"]
mariadb-version: ["10.11", "11.4", "11", "latest"]
extension: ["pdo_mysql"]
composer-json: ["composer.json"]

Expand All @@ -27,7 +27,7 @@ jobs:
MYSQL_USER: "user"
MYSQL_PASSWORD: "password"

options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
options: --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3
ports:
- "3306:3306"

Expand Down

0 comments on commit 0770beb

Please sign in to comment.