Skip to content

Commit 1a6ea27

Browse files
authored
Merge pull request #103 from fluent/update-ci
Update CI
2 parents 74658f9 + e462d7d commit 1a6ea27

File tree

5 files changed

+13
-60
lines changed

5 files changed

+13
-60
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'

.github/workflows/macos.yml

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

.github/workflows/linux.yml renamed to .github/workflows/unit-test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test on Ubuntu
1+
name: Test
22
on:
33
push:
44
branches: [master]
@@ -10,9 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
14-
os:
15-
- ubuntu-latest
13+
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
14+
os: [ 'ubuntu-latest', 'macOS-latest', 'windows-latest' ]
15+
# It should be removed after RubyInstaller 3.2 is available on setup-ruby
16+
exclude:
17+
- os: windows-latest
18+
ruby: 3.2
1619
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1720
steps:
1821
- uses: actions/checkout@v2

.travis.yml

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

appveyor.yml

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

0 commit comments

Comments
 (0)