From 9a87b8385bbf2db1ade3d02dd1b3de9dc6055bc8 Mon Sep 17 00:00:00 2001 From: Chris Gaffney Date: Mon, 18 Nov 2024 09:51:20 -0500 Subject: [PATCH] actions: Only run Ruby head against rails main --- .github/workflows/tests.yml | 5 ++--- gemfiles/{rails-master.gemfile => rails-main.gemfile} | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename gemfiles/{rails-master.gemfile => rails-main.gemfile} (100%) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 071a5d4..d5fd1de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,17 +16,16 @@ jobs: - "3.1" - "3.2" - "3.3" - - "head" gemfile: - "rails70" - "rails71" - "rails72" - "rails80" - - "rails-master" exclude: - ruby_version: "3.1" gemfile: "rails80" - - ruby_version: "3.1" + include: + - ruby_version: "head" gemfile: "rails-master" env: diff --git a/gemfiles/rails-master.gemfile b/gemfiles/rails-main.gemfile similarity index 100% rename from gemfiles/rails-master.gemfile rename to gemfiles/rails-main.gemfile