Skip to content

Commit

Permalink
CI: allow truffleruby to fail
Browse files Browse the repository at this point in the history
It is not stable enough. See #143.
  • Loading branch information
dentarg committed Sep 3, 2024
1 parent 49c80d8 commit 573cd31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ jobs:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, truffleruby]
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
sinatra:
- ~> 4.0.0 # current stable
include:
- { ruby: 2.6, sinatra: ~> 3.0.0 }
- { ruby: 3.3, sinatra: head }
- { ruby: head, sinatra: head }
# https://github.com/sinatra/mustermann/issues/72
- { ruby: jruby, sinatra: ~> 4.0.0, allow-failure: true }
# https://github.com/sinatra/mustermann/issues/143
- { ruby: truffleruby, sinatra: ~> 4.0.0, allow-failure: true }
env:
sinatra: ${{ matrix.sinatra }}
steps:
Expand Down

0 comments on commit 573cd31

Please sign in to comment.