Skip to content

Commit

Permalink
- Reference GitHub Release Notes from README.
Browse files Browse the repository at this point in the history
- CI on Ruby 3.3.
  • Loading branch information
gkellogg committed Dec 25, 2023
1 parent 8f962d0 commit ac8e3cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -25,7 +25,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 @@ -39,7 +39,7 @@ jobs:
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
if: "matrix.ruby == '3.0'"
if: "matrix.ruby == '3.3'"
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
wintests:
Expand All @@ -48,12 +48,12 @@ jobs:
runs-on: windows-latest
env:
CI: true
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' || matrix.ruby == '3.1' }}
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
strategy:
fail-fast: false
matrix:
ruby:
- 3.1
- 3.2
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -394,6 +394,9 @@ from BNode identity (i.e., they each entail the other)
* {RDF::RDFV} - RDF Vocabulary (RDFV)
* {RDF::XSD} - XML Schema (XSD)

## Change Log

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

## Dependencies

Expand Down

0 comments on commit ac8e3cd

Please sign in to comment.