From 77247583b28750f5e5d137e6082474484c274daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stas=20SU=C8=98COV?= Date: Sun, 23 Jun 2024 13:19:57 +0100 Subject: [PATCH] Cleanup CI config. --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9e837c..c44aa49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,8 @@ jobs: strategy: matrix: - ruby: ['3.0', '3.1', '3.2', '3.3'] + ruby: ['3.1', '3.2', '3.3'] rails: ['6.1', '7.0', '7.1'] - exclude: - - ruby: 3.2 - rails: 6 steps: - uses: actions/checkout@v4 @@ -29,6 +26,5 @@ jobs: rm -rf Gemfile.lock sudo apt-get update sudo apt-get install libsqlite3-dev - echo $RAILS_VERSION | grep -q '5' && export SQLITE3_VERSION='~> 1.3.6' bundle bundle exec rake