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 Dec 28, 2023
1 parent 9b73ef4 commit 083d99b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,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 Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -55,6 +55,10 @@ Contexts are taken from https://github.com/json-ld/json-ld.org/wiki/existing-con
* [Ruby](https://ruby-lang.org/) (>= 2.6)
* [JSON::LD](https://rubygems.org/gems/json-ld) (>= 3.2)

## Change Log

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

## Mailing List
* <https://lists.w3.org/Archives/Public/public-rdf-ruby/>

Expand Down

0 comments on commit 083d99b

Please sign in to comment.