Skip to content

Commit

Permalink
Add more jruby interpreter to CI
Browse files Browse the repository at this point in the history
It makes sense to test on jruby. hiera lookups via
puppetserver are executed via jruby.
  • Loading branch information
bastelfreak committed May 2, 2024
1 parent bb981b4 commit 122781d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- jruby-9.4
puppet:
- "~> 8.0"
- "~> 7.24"
Expand All @@ -47,8 +48,6 @@ jobs:
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 122781d

Please sign in to comment.