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 e5382cb commit 9169977Copy full SHA for 9169977
.github/workflows/ci.yml
@@ -14,12 +14,8 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
crystal: [1.3.0, latest, nightly]
17
- mysql_version: ["5.6", "5.7"]
+ mysql_version: ["5.7"]
18
database_host: ["default", "/tmp/mysql.sock"]
19
- exclude:
20
- # mysql 5.6 fails to run some specs using socket
21
- - mysql_version: 5.6
22
- database_host: /tmp/mysql.sock
23
runs-on: ${{ matrix.os }}
24
steps:
25
- name: Install Crystal
0 commit comments