Skip to content

Commit 083d99b

Browse files
committed
* CI on Ruby 3.3.
* Reference release notes on GitHub.
1 parent 9b73ef4 commit 083d99b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
25+
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
2626
steps:
2727
- name: Clone repository
2828
uses: actions/checkout@v3

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Contexts are taken from https://github.com/json-ld/json-ld.org/wiki/existing-con
5555
* [Ruby](https://ruby-lang.org/) (>= 2.6)
5656
* [JSON::LD](https://rubygems.org/gems/json-ld) (>= 3.2)
5757

58+
## Change Log
59+
60+
See [Release Notes on GitHub](https://github.com/ruby-rdf/json-ld-preloaded/releases)
61+
5862
## Mailing List
5963
* <https://lists.w3.org/Archives/Public/public-rdf-ruby/>
6064

0 commit comments

Comments
 (0)