Skip to content

Commit 053aadf

Browse files
committed
[ci] add truffleruby
1 parent cf25096 commit 053aadf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: ci
1515
pull_request:
1616
branches:
1717
- master
18-
create:
18+
create:
1919
jobs:
2020
tests:
2121
runs-on: ubuntu-latest
@@ -28,6 +28,7 @@ jobs:
2828
- '2.5'
2929
- '2.4'
3030
- jruby
31+
- truffleruby
3132
include:
3233
- ruby: '2.6'
3334
coverage: 'true'

.github/workflows/custom/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "2.5"
1919
- "2.4"
2020
- "jruby"
21+
- "truffleruby"
2122
runtime_deps:
2223
- "dry-transformer-latest"
2324
- "dry-transformer-master"

0 commit comments

Comments
 (0)