From 0e86bdddae2534d8dcc1b0d0de8af7d1555b46fb Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Mon, 18 Nov 2024 00:57:05 +0900 Subject: [PATCH] Add Ruby 3.3 & Rails 8 to CI matrix --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05591d1..a4b8631 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,8 @@ jobs: ruby: ["3.1", "3.2", "3.3"] rails: ["6.1", "7.0", "7.1", "7.2"] include: + - ruby: "3.3" + rails: "8.0" - ruby: "3.3" rails: "main"