Skip to content

Commit 3372f15

Browse files
authored
Merge pull request #85 from fluent/ci-update-ruby
CI: Update Ruby
2 parents d8b0889 + c25225f commit 3372f15

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: Testing 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
continue-on-error: ${{ matrix.experimental }}
911
strategy:
1012
fail-fast: false
1113
matrix:
12-
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
14+
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
1315
os:
1416
- ubuntu-latest
1517
experimental: [false]

0 commit comments

Comments
 (0)