Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix. Updates checkout action version. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored Jan 16, 2023
1 parent 2eb9a23 commit 10c5b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
Expand All @@ -33,10 +33,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1']
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 10c5b8c

Please sign in to comment.