Skip to content

Commit

Permalink
Merge pull request #23 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Add Ruby 3.2 to CI.  Update checkout action.
  • Loading branch information
EivydasKoc authored Apr 4, 2024
2 parents 9d7becf + afcc49a commit 5b4bc08
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 @@ -17,7 +17,7 @@ jobs:
BUNDLE_WITHOUT: development:test

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

- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
Expand All @@ -36,11 +36,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1' ]
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
gemfile: [ 'faraday-1', 'faraday-2' ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 5b4bc08

Please sign in to comment.