We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbc6f9 commit b1d89ccCopy full SHA for b1d89cc
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
# Start a MySQL server
59
- uses: shogo82148/actions-setup-mysql@v1
60
with:
61
- mysql-version: "8.1"
+ mysql-version: "9.0"
62
63
- name: test ./...
64
run: gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m ./...
0 commit comments