Skip to content

Commit

Permalink
CI: add Ruby 3.2, use actions/checkout@v3 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Jul 6, 2023
1 parent f7e7747 commit d4b2633
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 d4b2633

Please sign in to comment.