Skip to content

Commit 212ca70

Browse files
committed
Add more ruby interpreters to CI
It makes sense to test and jruby and alternatives. hiera lookups via puppetserver are executed via jruby.
1 parent 96eddbf commit 212ca70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- "3.0"
2121
- "3.1"
2222
- "3.2"
23+
- truffleruby
24+
- truffleruby+graalvm
25+
- jruby
26+
- jruby-9.4
2327
puppet:
2428
- "~> 8.0"
2529
- "~> 7.24"
@@ -34,8 +38,6 @@ jobs:
3438
puppet: "https://github.com/puppetlabs/puppet.git#main"
3539
- ruby: "2.7"
3640
puppet: "https://github.com/puppetlabs/puppet.git#main"
37-
- ruby: "2.6"
38-
puppet: "https://github.com/puppetlabs/puppet.git#main"
3941
env:
4042
PUPPET_VERSION: ${{ matrix.puppet }}
4143
COVERAGE: ${{ matrix.coverage }}

0 commit comments

Comments
 (0)