Skip to content

Commit 71961fc

Browse files
committed
CI on Ruby 3.3.
1 parent 2fbd4ec commit 71961fc

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
@@ -78,7 +78,7 @@ The parser takes branch and follow tables generated from the [LD Patch Grammar](
7878
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
7979
* [EBNF][] (~> 2.4)
8080
* [SPARQL][] (~> 3.2)
81-
* [SXP][] (~> 1.2)
81+
* [SXP][] (~> 2.0)
8282
* [RDF::XSD][] (~> 3.2)
8383

8484
## Change Log

0 commit comments

Comments
 (0)