Skip to content

Commit

Permalink
fix: update puppet versions to 6.29.0 and 7.22.0 in spec tests (#166)
Browse files Browse the repository at this point in the history
resolve NameError: uninitialized constant Concurrent::RubyThreadLocalVar
  • Loading branch information
derdanne authored Mar 2, 2023
1 parent aff532b commit eb9e5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
puppet: [7.20.0]
puppet: [7.22.0]
ruby: [2.7.7, 3.0.5, 3.1.3]

name: Static code analysis
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
puppet: [5.5.22, 6.28.0]
puppet: [5.5.22, 6.29.0]
ruby: [2.5.9, 2.6.9]

name: Static code analysis
Expand Down Expand Up @@ -124,4 +124,4 @@ jobs:
env:
BEAKER_set: ${{ matrix.beakerset }}
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet }}
PUPPET_INSTALL_TYPE: agent
PUPPET_INSTALL_TYPE: agent

0 comments on commit eb9e5f9

Please sign in to comment.