Skip to content

Commit

Permalink
Mark truffleruby as experimental.
Browse files Browse the repository at this point in the history
It doesn't have a correct implementation of the built-in Ruby 2.6 time
zone support, so the TCRubyTimeTimezone tests fail.
  • Loading branch information
philr committed Jan 7, 2021
1 parent 8037cd0 commit 43df865
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
ruby: ['1.9.3', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', jruby-1.7, jruby-9.0, jruby-9.1, jruby-9.2, truffleruby-20]
ruby: ['1.9.3', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', jruby-1.7, jruby-9.0, jruby-9.1, jruby-9.2]
architecture: [default]
name_suffix: ['']
experimental: [false]
exclude:
- os: windows-2019
ruby: jruby-1.7
- os: windows-2019
ruby: truffleruby-20
include:
- os: windows-2019
ruby: '2.0'
Expand All @@ -43,6 +41,11 @@ jobs:
achitecture: default
name_suffix: ' (experimental)'
experimental: true
- os: ubuntu-20.04
ruby: truffleruby-20
achitecture: default
name_suffix: ' (experimental)'
experimental: true
fail-fast: false
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 43df865

Please sign in to comment.