We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf25096 commit 053aadfCopy full SHA for 053aadf
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ name: ci
15
pull_request:
16
branches:
17
- master
18
- create:
+ create:
19
jobs:
20
tests:
21
runs-on: ubuntu-latest
@@ -28,6 +28,7 @@ jobs:
28
- '2.5'
29
- '2.4'
30
- jruby
31
+ - truffleruby
32
include:
33
- ruby: '2.6'
34
coverage: 'true'
.github/workflows/custom/ci.yml
@@ -18,6 +18,7 @@ jobs:
- "2.5"
- "2.4"
- "jruby"
+ - "truffleruby"
22
runtime_deps:
23
- "dry-transformer-latest"
24
- "dry-transformer-master"
0 commit comments