Skip to content

Commit

Permalink
chore: add newest database versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetry committed May 31, 2024
1 parent a3cfba4 commit 5dd586c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ jobs:
uses: ./.github/workflows/tests-maria.yml
with:
version: "11.2"
maria11_3:
name: MariaDB 11.3
uses: ./.github/workflows/tests-maria.yml
with:
version: "11.3"
maria11_4:
name: MariaDB 11.2
uses: ./.github/workflows/tests-maria.yml
with:
version: "11.4"

mysql5_7:
name: MySQL 5.7
Expand All @@ -84,6 +94,11 @@ jobs:
uses: ./.github/workflows/tests-mysql.yml
with:
version: "8.3"
mysql8_4:
name: MySQL 8.4
uses: ./.github/workflows/tests-mysql.yml
with:
version: "8.4"

pgsql10:
name: PostgreSQL 10
Expand Down

0 comments on commit 5dd586c

Please sign in to comment.