Skip to content

Commit

Permalink
fix mysql8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Nov 8, 2023
1 parent 4d8b270 commit 05973ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
- name: 'mysql_8'
single_threaded: false
connector: 'mysql'
version: '8.0'
version: '8'
- name: 'mysql_mariadb'
single_threaded: false
connector: 'mysql'
version: 'maria'
- name: 'sqlite'
single_threaded: false
connector: 'sqlite'
version: '??'
version: 'n/a'
engine_protocol: [graphql, json]

env:
Expand Down

0 comments on commit 05973ec

Please sign in to comment.