From b9d83fcb707899ceaa16e8a7d26c233735a77d73 Mon Sep 17 00:00:00 2001
From: LeFnord <pscholz.le@gmail.com>
Date: Mon, 20 Feb 2023 10:36:33 +0100
Subject: [PATCH] Adds ruby 3.2 to test matrix.

- removes unsupported ones from it
---
 .github/workflows/tests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a8936e9c..7f312698 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        ruby: [2.5, 2.6, 2.7, '3.0', 3.1]
+        ruby: [2.7, '3.0', 3.1, 3.2]
         experimental: [false]
         include:
           - ruby: 'truffleruby-head'
@@ -31,7 +31,7 @@ jobs:
           --health-retries 10
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Install the latest Oracle instant client
         run: |