Skip to content

Commit e9d92e5

Browse files
committed
CI on 3.2.
1 parent 8d0edd3 commit e9d92e5

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby:
24-
- 2.6
25-
- 2.7
26-
- "3.0"
27-
- 3.1
28-
- ruby-head
29-
- jruby
23+
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, ruby-head, jruby]
3024
gemfile:
3125
- Gemfile
3226
- Gemfile-pure
3327
steps:
3428
- name: Clone repository
35-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
3630
- name: Set up Ruby
3731
uses: ruby/setup-ruby@v1
3832
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:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec
44

55
gem 'rdf', github: "ruby-rdf/rdf", branch: "develop"
66
gem 'rdf-rdfa', github: "ruby-rdf/rdf-rdfa", branch: "develop"
7-
gem "nokogiri", '~> 1.12', platforms: [:mri, :jruby]
7+
gem "nokogiri", '~> 1.13', '>= 1.13.4', platforms: [:mri, :jruby]
88

99
group :development do
1010
gem 'ebnf', github: "dryruby/ebnf", branch: "develop"

0 commit comments

Comments
 (0)