From 08fac0310530f3e43fe93c7ed77d0e15c2527e65 Mon Sep 17 00:00:00 2001 From: Mauricio Gomes Date: Sat, 27 May 2023 11:43:10 -0400 Subject: [PATCH] Remove ubuntu 18 and add Ruby 3.2 to CI (#378) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23461857..533ea46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest] - ruby: [ 2.7, 3.0, 3.1, truffleruby-head ] + os: [ubuntu-20.04, ubuntu-22.04, macos-latest] + ruby: [ 2.7, 3.0, 3.1, 3.2, truffleruby-head ] exclude: - os: ubuntu-22.04 ruby: 2.7