Skip to content

Commit

Permalink
Drop mysql 5.6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 25, 2024
1 parent 3289dc9 commit 946c7cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
matrix:
os: [ubuntu-latest]
crystal: [1.3.0, latest, nightly]
mysql_version: ["5.6", "5.7"]
mysql_version: ["5.7"]
database_host: ["default", "/tmp/mysql.sock"]
exclude:
# mysql 5.6 fails to run some specs using socket
- mysql_version: 5.6
database_host: /tmp/mysql.sock
runs-on: ${{ matrix.os }}
steps:
- name: Install Crystal
Expand Down

0 comments on commit 946c7cf

Please sign in to comment.