Skip to content

Commit

Permalink
test: Test both mysql 5.7 and 8 in one workflow.
Browse files Browse the repository at this point in the history
Now that we're using standard service containers, we can use a matrix to
test both the current supported versions in one job.  This should also
make it easier to test with future versions as we get ready to upgrade.
  • Loading branch information
feanil committed Jun 12, 2023
1 parent 640e35e commit c32514a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 77 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/migrations-check-mysql8.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/migrations-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ ubuntu-20.04 ]
python-version: [ 3.8 ]
mongo-version: ["4"]
mysql-version: ["5.7"]
mysql-version: ["5.7", "8"]
services:
mongo:
image: mongo:${{ matrix.mongo-version }}
Expand Down

0 comments on commit c32514a

Please sign in to comment.