Skip to content

Commit

Permalink
Add Ruby 3.2 to the CI matrix. Quote 3.0 and update checkout action v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
petergoldstein authored and afair committed Apr 21, 2023
1 parent 3942c25 commit b626ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.6, 2.7, 3.0, 3.1, jruby]
ruby-version: [2.6, 2.7, "3.0", 3.1, 3.2, jruby]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand Down

0 comments on commit b626ac9

Please sign in to comment.