From 7cad6753ca3cca52c604db5687b4182f2abb4beb Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 9 Jun 2024 23:49:38 +0900 Subject: [PATCH] Remove Ruby 2.5 from GitHub Actions testing CRuby < 2.6 does not support macos-arm64 --- .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 313361e..9b93967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ 'ubuntu', 'macos' ] - ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ] + ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1