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 25, 2023
1 parent 707c80b commit 1663b6f
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 @@ -20,7 +20,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]
gemfile:
- Gemfile
- Gemfile-pure
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -57,6 +57,10 @@ Full documentation available on [GitHub][XSD doc]
* {RDF::Literal::Day}
* {RDF::Literal::XML}

## Change Log

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

## Installation

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

0 comments on commit 1663b6f

Please sign in to comment.