Skip to content

Commit

Permalink
* CI on Ruby 3.3.
Browse files Browse the repository at this point in the history
* Reference release notes on GitHub.
  • Loading branch information
gkellogg committed Jan 8, 2024
1 parent 6284613 commit 6add041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand All @@ -33,6 +33,6 @@ jobs:
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
if: "matrix.ruby == '3.2'"
if: "matrix.ruby == '3.3'"
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ specs in RDF libraries. Try this in your tests:
* Source: <https://github.com/ruby-rdf/rdf-isomorphic>
* Issues: <https://github.com/ruby-rdf/rdf-isomorphic/issues>

## Change Log

See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf-isomorphic/releases)

### See also
* RDF.rb: <https://ruby-rdf.github.io>
* RDF.rb source: <https://github.com/ruby-rdf/rdf>
Expand Down

0 comments on commit 6add041

Please sign in to comment.