Skip to content

Commit

Permalink
CI: Exclude TruffleRuby on Rails 5.0, 5.1, and 5.2 (#1547)
Browse files Browse the repository at this point in the history
(cherry picked from commit ec71611)
  • Loading branch information
andrykonchin authored and sarahraqueld committed Jul 19, 2024
1 parent d0f9933 commit 18a8362
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ jobs:
rails: "7.1"
- ruby: jruby-9.4
rails: main
- ruby: 2.6
rails: main
- ruby: jruby-9.2.16.0
rails: main
- ruby: 3.0
rails: "5.0"
- ruby: 3.0
rails: "5.1"
- ruby: 3.0
rails: "5.2"
- ruby: truffleruby
rails: "5.0"
- ruby: truffleruby
rails: "5.1"
- ruby: truffleruby
rails: "5.2"

runs-on: 'ubuntu-latest'

Expand Down

0 comments on commit 18a8362

Please sign in to comment.