Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 11cb3fa

Browse files
committed
Modernize gem.
1 parent e79acb4 commit 11cb3fa

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/development.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7+
name: ${{matrix.ruby}} on ${{matrix.os}}
78
runs-on: ${{matrix.os}}-latest
89
continue-on-error: ${{matrix.experimental}}
910

@@ -14,9 +15,8 @@ jobs:
1415
- macos
1516

1617
ruby:
17-
- 2.5
18-
- 2.6
19-
- 2.7
18+
- "2.6"
19+
- "2.7"
2020
- "3.0"
2121

2222
experimental: [false]
@@ -34,10 +34,6 @@ jobs:
3434
- os: ubuntu
3535
ruby: head
3636
experimental: true
37-
- os: ubuntu
38-
ruby: 2.6
39-
experimental: false
40-
env: COVERAGE=PartialSummary,Coveralls
4137

4238
steps:
4339
- uses: actions/checkout@v2

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
deploy:
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
BUNDLE_WITH: maintenance
1717
with:
18-
ruby-version: 2.7
18+
ruby-version: 3.0
1919
bundler-cache: true
2020

2121
- name: Installing packages

0 commit comments

Comments
 (0)