Skip to content

Commit 5cac58d

Browse files
authored
ci: fix mysql myisam test error (#2016)
Running tests with MySQL 8 to avoid the following error with Myisam: Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
1 parent d3100ef commit 5cac58d

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
@@ -19,7 +19,7 @@ jobs:
1919
POSTGRES_USER: postgres
2020
options: --health-cmd=pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2121
mysql:
22-
image: mysql
22+
image: mysql:8
2323
ports:
2424
- 3306:3306
2525
env:

0 commit comments

Comments
 (0)