Skip to content

Commit

Permalink
Add jruby-head to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Mar 11, 2024
1 parent 333f466 commit 7dc14c7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "jruby-head"]
gemfile: ["4.2", "5.0", "5.1", "5.2", "6.0", "6.1", "7.0", "7.1"]

exclude:
Expand All @@ -27,6 +27,8 @@ jobs:
ruby: "3.2"
- gemfile: "4.2"
ruby: "3.3"
- gemfile: "4.2"
ruby: "jruby-head"
- gemfile: "5.0"
ruby: "3.0"
- gemfile: "5.0"
Expand All @@ -35,6 +37,8 @@ jobs:
ruby: "3.2"
- gemfile: "5.0"
ruby: "3.3"
- gemfile: "5.0"
ruby: "jruby-head"
- gemfile: "5.1"
ruby: "3.0"
- gemfile: "5.1"
Expand All @@ -43,6 +47,8 @@ jobs:
ruby: "3.2"
- gemfile: "5.1"
ruby: "3.3"
- gemfile: "5.1"
ruby: "jruby-head"
- gemfile: "5.2"
ruby: "3.0"
- gemfile: "5.2"
Expand All @@ -51,6 +57,8 @@ jobs:
ruby: "3.2"
- gemfile: "5.2"
ruby: "3.3"
- gemfile: "5.2"
ruby: "jruby-head"
- gemfile: "6.0"
ruby: "3.2"
- gemfile: "6.0"
Expand Down

0 comments on commit 7dc14c7

Please sign in to comment.