Skip to content

Commit 431fe3e

Browse files
authored
Merge pull request #35 from puppetlabs/remove-puppet7
(maint) remove puppet 7 testing
2 parents 4528e53 + 6d187ab commit 431fe3e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: ['ubuntu-latest', 'macos-latest', 'windows-2022']
16-
puppet_version: ['7', '8']
16+
puppet_version: ['8']
1717
include:
18-
- puppet_version: '7'
19-
ruby: '2.7'
2018
- puppet_version: '8'
2119
ruby: '3.1'
2220

@@ -32,12 +30,6 @@ jobs:
3230
- name: Checkout current PR code
3331
uses: actions/checkout@v4
3432

35-
- name: Add libcurl for ruby 2.7 on ubuntu
36-
if: ${{ matrix.puppet_version == '7' && matrix.os == 'ubuntu-latest' }}
37-
run: |
38-
sudo apt-get update
39-
sudo apt install libcurl4-openssl-dev
40-
4133
- name: Install ruby version ${{ matrix.ruby }}
4234
uses: ruby/setup-ruby@v1
4335
with:

0 commit comments

Comments
 (0)