Skip to content

Commit

Permalink
Add Ruby 3.1 and 3.2 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mogest committed Dec 16, 2023
1 parent be7281d commit 2710549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, '3.0']
ruby: [2.6, 2.7, '3.0', 3.1, 3.2]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
ruby: [2.3, 2.4, 2.5]
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 2710549

Please sign in to comment.