Skip to content

Commit 78fabf3

Browse files
committed
try enabling truffleruby
1 parent 4beeacc commit 78fabf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: [ $default-branch ]
76
pull_request:
8-
branches:
9-
- master
7+
branches: [ $default-branch ]
108

119
env:
1210
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
@@ -37,6 +35,7 @@ jobs:
3735
matrix:
3836
os-version: [ 'ubuntu-20.04' ]
3937
ruby-version:
38+
- 2.0
4039
- 2.1
4140
- 2.2
4241
- 2.3
@@ -45,6 +44,7 @@ jobs:
4544
- 2.6
4645
- 2.7
4746
- jruby
47+
- truffleruby
4848
fail-fast: true
4949

5050
runs-on: ${{ matrix.os-version }}

0 commit comments

Comments
 (0)