Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix. Updates checkout action version. (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored Jan 14, 2023
1 parent 7cfabab commit fb1affb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- 'head'
- truffleruby-head
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
Expand Down

0 comments on commit fb1affb

Please sign in to comment.