Skip to content

Commit

Permalink
CI on 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jan 4, 2023
1 parent 6bfd4fa commit 20e07eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby:
- 2.6
- 2.7
- "3.0"
- 3.1
- ruby-head
- jruby
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, ruby-head, jruby]
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Update gh-pages with docs
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions script/tc
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ OPT_ARGS = [

def usage(**options)
STDERR.puts %{
Turtle version #{RDF::N3::VERSION}
Run Turtle tests.
TriG version #{RDF::TriG::VERSION}
Run TriG tests.
Usage: #{$0} [options] [test-number ...]
}.gsub(/^ /, '')
Expand Down

0 comments on commit 20e07eb

Please sign in to comment.