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 cd8dd77 commit 96f6102Copy full SHA for 96f6102
.github/workflows/build.yml
@@ -15,7 +15,6 @@ jobs:
15
# https://github.com/brianmario/mysql2/issues/1165
16
# - ubuntu-20.04 # focal
17
- ubuntu-18.04 # bionic
18
- # - ubuntu-16.04 # xenial
19
ruby:
20
- '3.1'
21
- '3.0'
@@ -28,8 +27,6 @@ jobs:
28
27
- '2.1'
29
db: ['']
30
include:
31
- # Allow failure due to Mysql2::Error: Unknown system variable 'session_track_system_variables'.
32
- - {os: ubuntu-16.04, ruby: '2.4', db: mariadb10.0, allow-failure: true}
33
# Comment out due to ci/setup.sh stucking.
34
# - {os: ubuntu-18.04, ruby: 2.4, db: mariadb10.1}
35
# Allow failure due to the issue #965, #1165.
0 commit comments