From 47f3014af011a06eb573402a6de89cefad01056e Mon Sep 17 00:00:00 2001 From: Tabby Cromarty Date: Mon, 11 Nov 2024 09:39:24 +0000 Subject: [PATCH] Add Rails 8 to test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68ea440..de4e189 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: ruby-version: [3.1, 3.2, 3.3] - rails-version: [7.0, 7.1, 7.2] + rails-version: [7.0, 7.1, 7.2, 8.0] runs-on: ubuntu-latest env: RAILS_VERSION: ${{ matrix.rails-version }}