Skip to content

Commit

Permalink
add more mri versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrebsch committed Nov 29, 2024
1 parent 3be654a commit 2c9fb3a
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,26 @@ jobs:
test:
strategy:
matrix:
# https://bundler.io/compatibility.html
ruby:
- version: ruby-3.3
bundler: ">= 2.5"
bundler: ">=2.5"
- version: ruby-3.2
bundler: ">= 2.5"
bundler: ">=2.5"
- version: ruby-3.1
bundler: ">= 2.5"
bundler: ">=2.5"
- version: ruby-3.0
bundler: ">= 2.5"
# - ruby-2.7
# - ruby-2.6
# - ruby-2.5
# - ruby-2.4
# - ruby-2.3
bundler: ">=2.5"
- version: ruby-2.7
bundler: "2.4"
- version: ruby-2.6
bundler: "2.4"
- version: ruby-2.5
bundler: "2.3"
- version: ruby-2.4
bundler: "2.3"
- version: ruby-2.3
bundler: "2.3"
# - jruby-9.4
# - jruby-9.3
# - jruby-9.2
Expand Down

0 comments on commit 2c9fb3a

Please sign in to comment.