Skip to content

Commit

Permalink
Remove Ruby 2.6 from tests
Browse files Browse the repository at this point in the history
Every combination including Ruby 2.6 was excluded already.
  • Loading branch information
cmd-ntrf committed May 1, 2024
1 parent 4eae2e6 commit 331cd2f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 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,18 +29,10 @@ 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://github.com/puppetlabs/puppet.git#main"
- ruby: "2.7"
puppet: "https://github.com/puppetlabs/puppet.git#main"
- ruby: "2.6"
puppet: "https://github.com/puppetlabs/puppet.git#main"
env:
PUPPET_VERSION: ${{ matrix.puppet }}
COVERAGE: ${{ matrix.coverage }}
Expand Down

0 comments on commit 331cd2f

Please sign in to comment.