]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(maint) Add puppet7 and remove puppet5 from PR testing
authorGabriel Nagy <gabriel.nagy@puppet.com>
Thu, 18 Feb 2021 13:56:23 +0000 (15:56 +0200)
committerGabriel Nagy <gabriel.nagy@puppet.com>
Thu, 18 Feb 2021 14:21:05 +0000 (16:21 +0200)
Update the workflow that tests with released Puppet gems to also test
with Puppet 7.

Remove testing with Puppet 5 from the workflows since it reached EOL.

.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
.github/workflows/unit_tests_with_released_puppet_gem.yaml

index 34c169d121923b15d23aae813d13199f3a665cc1..d027aa462206a0c76a0772774fc9ce38269f4f25 100644 (file)
@@ -11,10 +11,8 @@ jobs:
     strategy:
       matrix:
         os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
-        puppet_version: [ 5, 6, 7 ]
+        puppet_version: [ 6, 7 ]
         include:
-          - puppet_version: 5
-            ruby: 2.4
           - puppet_version: 6
             ruby: 2.5
           - puppet_version: 7
index 8fad5ef07de53a6559253499482ad5524356fc4b..e2122bd70d9474c38016fce6271972056de5e2e2 100644 (file)
@@ -13,10 +13,8 @@ jobs:
     strategy:
       matrix:
         os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
-        puppet_version: [ 5, 6, 7 ]
+        puppet_version: [ 6, 7 ]
         include:
-          - puppet_version: 5
-            ruby: 2.4
           - puppet_version: 6
             ruby: 2.5
           - puppet_version: 7
index 61b7b4cf4ac98742fd7f00079d6a4019ec8874f1..bd157f375a07635f5c7d8702e87b0f3e2003c01e 100644 (file)
@@ -13,12 +13,12 @@ jobs:
     strategy:
       matrix:
         os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
-        puppet_version: [ 5, 6 ]
+        puppet_version: [ 6, 7 ]
         include:
-          - puppet_version: 5
-            ruby: 2.4
           - puppet_version: 6
             ruby: 2.5
+          - puppet_version: 7
+            ruby: 2.7
 
           - os: 'ubuntu-18.04'
             os_type: 'Linux'