Skip to content

Commit f1393f9

Browse files
authored
Merge pull request #57 from fluent-plugins-nursery/update-ci
CI: Add Ruby 3.2
2 parents bf37859 + f4df19d commit f1393f9

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.7', '3.1' ]
11+
ruby: [ '2.7', '3.1', '3.2' ]
1212
os:
1313
- windows-latest
1414
- ubuntu-latest
1515
- macos-latest
1616
name: Test on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)