mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Add jruby and truffle-ruby
This commit is contained in:
parent
a7a4096c22
commit
0c34623a55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [ '3.0', '2.7', '2.6', '2.5' ]
|
||||
ruby: [ '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby' ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue