Skip to content

Commit

Permalink
Upgrade Github CI and drop old Operating Systems
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Jun 2, 2024
1 parent 473633d commit d3cc61b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
14 changes: 7 additions & 7 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.3'
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,11 +70,11 @@ 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:
ruby-version: '3.0'
ruby-version: '3.3'
bundler-cache: true
- name: Start gitlab
run: ./scripts/start-gitlab.sh
Expand Down
9 changes: 0 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8",
"9"
]
Expand All @@ -59,17 +57,10 @@
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
Expand Down

0 comments on commit d3cc61b

Please sign in to comment.