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 1ac6978 commit 890342aCopy full SHA for 890342a
.github/workflows/build.yml
@@ -40,10 +40,10 @@ jobs:
40
# MariaDB lastet version
41
# Allow failure due to the following test failures that rarely happens.
42
# https://github.com/brianmario/mysql2/issues/1194
43
- - {os: macos-latest, ruby: '2.4', db: mariadb, allow-failure: true}
+ - {os: macos-latest, ruby: '2.6', db: mariadb, allow-failure: true}
44
# MySQL latest version
45
# Allow failure due to the issue #1165.
46
- - {os: macos-latest, ruby: '2.4', db: mysql, allow-failure: true}
+ - {os: macos-latest, ruby: '2.6', db: mysql, allow-failure: true}
47
# On the fail-fast: true, it cancels all in-progress jobs
48
# if any matrix job fails unlike Travis fast_finish.
49
fail-fast: false
0 commit comments