From 276058ea9089ac9344ff6ccd3867f7d9736b320a Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Thu, 29 Dec 2022 22:16:24 -0500 Subject: Adds Ruby 3.2 to the CI matrix. Also update checkout action version. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d9ddbd..7fe8d48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: fail-fast: false matrix: ruby-version: + - '3.2' - '3.1' - '3.0' - '2.7' @@ -21,7 +22,7 @@ jobs: - jruby-9.3 - jruby-9.2 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: -- cgit v1.2.1