Skip to content

Commit

Permalink
Upgrade test-envs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Oct 30, 2023
1 parent 90aa47a commit 33c5eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 33c5eee

Please sign in to comment.