Skip to content

Commit

Permalink
Add Ruby 3.0 and 3.1 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jun 11, 2022
1 parent cb31efb commit 4578b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

matrix:
os: [ubuntu]
ruby: [2.4, 2.5, 2.6, 2.7]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1]

runs-on: ${{ matrix.os }}-latest

Expand Down

0 comments on commit 4578b65

Please sign in to comment.