Skip to content

Commit

Permalink
Testing on MySQL 8.2, 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetry committed Feb 12, 2024
1 parent c870dcb commit e4d1576
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ jobs:
uses: ./.github/workflows/tests-mysql.yml
with:
version: "8.1"
mysql8_2:
name: MySQL 8.2
uses: ./.github/workflows/tests-mysql.yml
with:
version: "8.2"
mysql8_3:
name: MySQL 8.3
uses: ./.github/workflows/tests-mysql.yml
with:
version: "8.3"

pgsql10:
name: PostgreSQL 10
Expand Down

0 comments on commit e4d1576

Please sign in to comment.