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 4beeacc commit 78fabf3Copy full SHA for 78fabf3
.github/workflows/test.yml
@@ -2,11 +2,9 @@ name: Test
2
3
on:
4
push:
5
- branches:
6
- - master
+ branches: [ $default-branch ]
7
pull_request:
8
9
10
11
env:
12
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
@@ -37,6 +35,7 @@ jobs:
37
35
matrix:
38
36
os-version: [ 'ubuntu-20.04' ]
39
ruby-version:
+ - 2.0
40
- 2.1
41
- 2.2
42
- 2.3
@@ -45,6 +44,7 @@ jobs:
45
44
- 2.6
46
- 2.7
47
- jruby
+ - truffleruby
48
fail-fast: true
49
50
runs-on: ${{ matrix.os-version }}
0 commit comments