Skip to content

Commit ac8e3cd

Browse files
committed
- Reference GitHub Release Notes from README.
- CI on Ruby 3.3.
1 parent 8f962d0 commit ac8e3cd

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
28+
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
2929
steps:
3030
- name: Clone repository
3131
uses: actions/checkout@v3
@@ -39,7 +39,7 @@ jobs:
3939
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
4040
- name: Coveralls GitHub Action
4141
uses: coverallsapp/github-action@v2
42-
if: "matrix.ruby == '3.0'"
42+
if: "matrix.ruby == '3.3'"
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
wintests:
@@ -48,12 +48,12 @@ jobs:
4848
runs-on: windows-latest
4949
env:
5050
CI: true
51-
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' || matrix.ruby == '3.1' }}
51+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
5252
strategy:
5353
fail-fast: false
5454
matrix:
5555
ruby:
56-
- 3.1
56+
- 3.2
5757
steps:
5858
- name: Clone repository
5959
uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ from BNode identity (i.e., they each entail the other)
394394
* {RDF::RDFV} - RDF Vocabulary (RDFV)
395395
* {RDF::XSD} - XML Schema (XSD)
396396

397+
## Change Log
398+
399+
See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf/releases)
397400

398401
## Dependencies
399402

0 commit comments

Comments
 (0)