Skip to content

Commit 4f36efa

Browse files
committed
* CI on Ruby 3.3.
* Reference release notes on GitHub.
1 parent a331b02 commit 4f36efa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
29+
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
3030
steps:
3131
- name: Clone repository
3232
uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
4040
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
4141
- name: Coveralls GitHub Action
4242
uses: coverallsapp/github-action@v2
43-
if: "matrix.ruby == '3.2'"
43+
if: "matrix.ruby == '3.3'"
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
wintests:
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
ruby:
57-
- 3.1
57+
- 3.2
5858
steps:
5959
- name: Clone repository
6060
uses: actions/checkout@v3

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Note that in most cases, if the instance is empty and mutable, the appropriate s
3333
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
3434
* [RSpec](https://rubygems.org/gems/rspec) (~> 3.12)
3535

36+
## Change Log
37+
38+
See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf-spec/releases)
39+
3640
## Installation
3741

3842
The recommended installation method is via [RubyGems](https://rubygems.org/).

0 commit comments

Comments
 (0)