Skip to content

Commit 35d9e11

Browse files
committed
CI on 3.2.
1 parent b716a63 commit 35d9e11

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,10 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ruby:
26-
- 2.6
27-
- 2.7
28-
- "3.0"
29-
- 3.1
30-
- ruby-head
31-
- jruby
25+
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, ruby-head, jruby]
3226
steps:
3327
- name: Clone repository
34-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
3529
- name: Set up Ruby
3630
uses: ruby/setup-ruby@v1
3731
with:

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Update gh-pages with docs
1111
steps:
1212
- name: Clone repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:

0 commit comments

Comments
 (0)