From a6cdb7f872b2b21ce4fbd716419a11a9876a124a Mon Sep 17 00:00:00 2001 From: James Martin Date: Wed, 15 Dec 2021 08:13:25 +1030 Subject: [PATCH] Remove LTS for rails 3 and 4 --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 2f10a66..76487bc 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - test-branch: [rails3, rails4, main, rails6, rails6-webpacker, rails7] + test-branch: [rails5, rails6, rails6-webpacker, rails7] steps: - name: Checkout uses: actions/checkout@v2