Skip to content

Commit

Permalink
Unit test against more versions of MariaDB
Browse files Browse the repository at this point in the history
- 10.3, 10.4, 10.5, 10.6, 10.11 are the
  currently-in-support versions of MariaDB 10.X
- No version of MariaDB 11 has long term support, so test against
  the newest image in the 11 series.
- Also test against the "latest" docker image available. In the near
  term, this is likely to the same image as "11". However testing
  against "latest" will mean we test against 12 automatically when
  it is released.
  • Loading branch information
gregcorbett committed Feb 27, 2024
1 parent a3ce3c5 commit f63a19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: ["5.4", "5.5", "5.6", "7.0", "7.1", "7.4"]
mariadb-version: ["10.3"]
mariadb-version: ["10.3", "10.4", "10.5", "10.6", "10.11", "11", "latest"]
extension: ["pdo_mysql"]
include:
- php-version: "5.4"
Expand Down

0 comments on commit f63a19f

Please sign in to comment.