From 60cd2cc457c537940171703c8a773144480d9080 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Fri, 30 Dec 2022 00:35:34 -0500 Subject: [PATCH] adds Ruby 3.2 to the test matrix --- .github/workflows/pronto.yml | 2 +- .github/workflows/specs.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pronto.yml b/.github/workflows/pronto.yml index f843fd61..76c5abc9 100644 --- a/.github/workflows/pronto.yml +++ b/.github/workflows/pronto.yml @@ -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 diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index 7be8c7a9..e2ca7323 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -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