From cd2806ae99c041c8b6675b384b9fa3a7b40b4705 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 8 Jun 2025 10:44:32 -0700 Subject: [PATCH] Drop EOL Ruby 3.1 from test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 710cdbd..4d90acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - ruby: [ '3.1', '3.2', '3.3', '3.4' ] + ruby: [ '3.4', '3.3', '3.2' ] name: Tests - Ruby ${{ matrix.ruby }} # Set the type of machine to run on