Skip to content

Commit 1b3cc29

Browse files
committed
indent
1 parent 8ce1c04 commit 1b3cc29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1111
ruby: [ 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
12-
exclude:
13-
- os: windows-latest
14-
ruby: truffleruby
12+
exclude:
13+
- os: windows-latest
14+
ruby: truffleruby
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)