From 33c5eeefdae6eb196c746334341178abf532912a Mon Sep 17 00:00:00 2001 From: Markus Bucher Date: Mon, 30 Oct 2023 17:07:34 +0100 Subject: [PATCH] Upgrade test-envs --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 81df192..af19e31 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 2.7 bundler-cache: true - name: Run rubocop run: bundle exec rubocop @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: ruby-version: ['2.7'] - foreman-core-branch: ['develop', '3.4-stable', '3.3-stable'] + foreman-core-branch: ['develop', '3.7-stable', '3.5-stable'] proxmox: ['~>0.13.3'] # Steps represent a sequence of tasks that will be executed as part of the job