Skip to content

Commit

Permalink
Not 24.04, 12, dump old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Jun 2, 2024
1 parent 4a685be commit ce3a499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

acceptance:
needs: setup_matrix
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
env:
BUNDLE_WITHOUT: development:test:release
strategy:
Expand Down
19 changes: 5 additions & 14 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-gitlab_ci_runner",
"version": "5.1.1-rc0",
"version": "6.0.0",
"author": "Vox Pupuli",
"summary": "Installation and configuration of Gitlab CI Runner",
"license": "Apache-2.0",
Expand All @@ -12,14 +12,14 @@
"gitlab"
],
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">= 6.3.0 < 10.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 10.0.0"
},
{
"name": "puppetlabs/augeas_core",
"version_requirement": ">= 1.5.0 < 2.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 6.3.0 < 10.0.0"
Expand All @@ -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 ce3a499

Please sign in to comment.