Skip to content

Commit

Permalink
Update current Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 2, 2024
1 parent e9791b0 commit f2baa01
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,24 @@ jobs:
strategy:
matrix:
ruby:
- 3.0
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- jruby-9.2.13.0
- truffleruby-20.3.0
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- '2.3'
- '2.2'
- jruby
- truffleruby
os:
- ubuntu-latest
- macos-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -38,16 +41,19 @@ jobs:
strategy:
matrix:
ruby:
- 3.0
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- '2.3'
- '2.2'
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit f2baa01

Please sign in to comment.