Skip to content

Commit 932e514

Browse files
authored
Merge pull request #88 from fluent/update-ci
Update CI
2 parents 3372f15 + 45066be commit 932e514

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
14+
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
1515
os:
1616
- ubuntu-latest
1717
experimental: [false]

0 commit comments

Comments
 (0)