Skip to content

Commit

Permalink
adds Ruby 3.2 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored Dec 30, 2022
1 parent 532b89c commit 60cd2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pronto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pronto:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Ruby
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
exclude:
- ruby-version: "2.3" # Rugged uses the wrong openssl version on CI and segfaults (similar to https://github.com/libgit2/rugged/issues/718)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use specific gitlab gem version (if required)
if: matrix.ruby-version == '2.4'
run: echo "gem 'gitlab', '< 4.14.1'" >> Gemfile.local
Expand Down

0 comments on commit 60cd2cc

Please sign in to comment.