Skip to content

Commit bcb6b9b

Browse files
committed
* CI on Ruby 3.3.
* Reference release notes on GitHub.
1 parent 48eafb7 commit bcb6b9b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
22+
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
2323
steps:
2424
- name: Clone repository
2525
uses: actions/checkout@v3
@@ -33,6 +33,6 @@ jobs:
3333
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
3434
- name: Coveralls GitHub Action
3535
uses: coverallsapp/github-action@v2
36-
if: "matrix.ruby == '3.2'"
36+
if: "matrix.ruby == '3.3'"
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf-turtle/releases)
148148

149149
* [Ruby](https://ruby-lang.org/) (>= 3.0)
150150
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
151-
* [EBNF][] (~> 2.4)
151+
* [EBNF][] (~> 2.5)
152152

153153
## Installation
154154

0 commit comments

Comments
 (0)