Skip to content

Commit cc42eb8

Browse files
authored
Merge pull request #99 from fluent/ci-update-ruby
CI: Update Ruby
2 parents a00d8ff + 3418abf commit cc42eb8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Testing on Ubuntu
1+
name: Test on Ubuntu
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
57
jobs:
68
build:
79
runs-on: ${{ matrix.os }}
810
strategy:
911
fail-fast: false
1012
matrix:
11-
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
13+
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
1214
os:
1315
- ubuntu-latest
1416
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)