Skip to content

Commit

Permalink
Drop Ruby 2.6 leftovers in CI config
Browse files Browse the repository at this point in the history
We dropped support for it in #366
  • Loading branch information
bastelfreak committed May 2, 2024
1 parent f2795b1 commit 3daef83
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand All @@ -30,11 +29,6 @@ jobs:
puppet: "~> 8.0"
- ruby: "2.7"
puppet: "~> 8.0"
- ruby: "2.6"
puppet: "~> 8.0"

- ruby: "2.6"
puppet: "~> 7.24"

- ruby: "3.0"
puppet: "https:/puppetlabs/puppet.git#main"
Expand Down

0 comments on commit 3daef83

Please sign in to comment.