Skip to content

Commit

Permalink
CI: add Ruby 3.2 and 3.3 to the RSpec test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 17, 2024
1 parent cb3f247 commit 937dc54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: tests
on: [ push, pull_request ]
jobs:
Expand All @@ -8,9 +7,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 937dc54

Please sign in to comment.