Skip to content

Commit 9169977

Browse files
committed
Drop mysql 5.6 in CI
1 parent e5382cb commit 9169977

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
crystal: [1.3.0, latest, nightly]
17-
mysql_version: ["5.6", "5.7"]
17+
mysql_version: ["5.7"]
1818
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
2319
runs-on: ${{ matrix.os }}
2420
steps:
2521
- name: Install Crystal

0 commit comments

Comments
 (0)