Skip to content

Commit

Permalink
Test ruby upgrade for ci
Browse files Browse the repository at this point in the history
3.3 doesn't work on my machine, but lets bump to 3.2 first to test
  • Loading branch information
yakatz committed May 19, 2024
1 parent 473633d commit 4a685be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# Managed by modulesync - DO NOT EDIT
# (NOT) Managed by modulesync???
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

name: CI
Expand All @@ -21,11 +21,11 @@ jobs:
env:
BUNDLE_WITHOUT: development:system_tests:release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
bundler-cache: true
- name: Run static validations
run: bundle exec rake validate lint check
Expand All @@ -48,7 +48,7 @@ jobs:
PUPPET_VERSION: "~> ${{ matrix.puppet }}.0"
name: Puppet ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }})
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -61,7 +61,7 @@ jobs:

acceptance:
needs: setup_matrix
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
BUNDLE_WITHOUT: development:test:release
strategy:
Expand All @@ -70,7 +70,7 @@ jobs:
include: ${{fromJson(needs.setup_matrix.outputs.github_action_test_matrix)}}
name: ${{ matrix.puppet.name }} - ${{ matrix.setfile.name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 4a685be

Please sign in to comment.