Skip to content

Commit b1d89cc

Browse files
committed
Use MySQL 9.0 for tests
1 parent 9cbc6f9 commit b1d89cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Start a MySQL server
5959
- uses: shogo82148/actions-setup-mysql@v1
6060
with:
61-
mysql-version: "8.1"
61+
mysql-version: "9.0"
6262

6363
- name: test ./...
6464
run: gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m ./...

0 commit comments

Comments
 (0)