forked from jeremy/mysql2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'brianmario/master' into force_latin1_to…
…_utf8
- Loading branch information
Showing
6 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,35 +17,36 @@ jobs: | |
- ubuntu-18.04 # bionic | ||
# - ubuntu-16.04 # xenial | ||
ruby: | ||
- '3.1' | ||
- '3.0' | ||
- 2.7 | ||
- 2.6 | ||
- 2.5 | ||
- 2.4 | ||
- 2.3 | ||
- 2.2 | ||
- 2.1 | ||
- '2.7' | ||
- '2.6' | ||
- '2.5' | ||
- '2.4' | ||
- '2.3' | ||
- '2.2' | ||
- '2.1' | ||
db: [''] | ||
include: | ||
# Allow failure due to Mysql2::Error: Unknown system variable 'session_track_system_variables'. | ||
- {os: ubuntu-16.04, ruby: 2.4, db: mariadb10.0, allow-failure: true} | ||
- {os: ubuntu-16.04, ruby: '2.4', db: mariadb10.0, allow-failure: true} | ||
# Comment out due to ci/setup.sh stucking. | ||
# - {os: ubuntu-18.04, ruby: 2.4, db: mariadb10.1} | ||
# Allow failure due to the issue #965, #1165. | ||
- {os: ubuntu-20.04, ruby: 2.4, db: mariadb10.3, allow-failure: true} | ||
- {os: ubuntu-18.04, ruby: 2.4, db: mysql57} | ||
- {os: ubuntu-20.04, ruby: '2.4', db: mariadb10.3, allow-failure: true} | ||
- {os: ubuntu-18.04, ruby: '2.4', db: mysql57} | ||
# Allow failure due to the issue #1165. | ||
- {os: ubuntu-20.04, ruby: 2.4, db: mysql80, allow-failure: true} | ||
- {os: ubuntu-20.04, ruby: '2.4', db: mysql80, allow-failure: true} | ||
- {os: ubuntu-18.04, ruby: 'head', db: '', allow-failure: true} | ||
# db: A DB's brew package name in macOS case. | ||
# Set a name "db: '[email protected]'" when using an old version. | ||
# MariaDB lastet version | ||
# Allow failure due to the following test failures that rarely happens. | ||
# https://github.com/brianmario/mysql2/issues/1194 | ||
- {os: macos-latest, ruby: 2.4, db: mariadb, allow-failure: true} | ||
- {os: macos-latest, ruby: '2.4', db: mariadb, allow-failure: true} | ||
# MySQL latest version | ||
# Allow failure due to the issue #1165. | ||
- {os: macos-latest, ruby: 2.4, db: mysql, allow-failure: true} | ||
- {os: macos-latest, ruby: '2.4', db: mysql, allow-failure: true} | ||
# On the fail-fast: true, it cancels all in-progress jobs | ||
# if any matrix job fails unlike Travis fast_finish. | ||
fail-fast: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters