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 Jan 8, 2024
1 parent 663d283 commit fb11c7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -37,6 +37,6 @@ jobs:
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
if: ${{ matrix.ruby == '3.2' && matrix.gemfile == 'Gemfile' }}
if: ${{ matrix.ruby == '3.3' && matrix.gemfile == 'Gemfile' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -428,6 +428,10 @@ Full documentation available on [Rubydoc.info][RDFa doc]
* [XHTML+RDFa 1.1][XHTML+RDFa 1.1]
* [RDFa-test-suite](https://rdfa.info/test-suite/ "RDFa test suite")

## Change Log

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

## Author
* [Gregg Kellogg](https://github.com/gkellogg) - <https://greggkellogg.net/>

Expand Down
1 change: 1 addition & 0 deletions rdf-rdfa.gemspec
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf-aggregate-repo', '~> 3.3'
gem.add_runtime_dependency 'htmlentities', '~> 4.3'

gem.add_development_dependency 'getoptlong', '~> 0.2'
gem.add_development_dependency 'json-ld', '~> 3.3'
gem.add_development_dependency 'rspec', '~> 3.12'
gem.add_development_dependency 'rspec-its', '~> 1.3'
Expand Down

0 comments on commit fb11c7e

Please sign in to comment.