diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 411ccb9..57145f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,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 @@ -33,6 +33,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'" + if: "matrix.ruby == '3.3'" with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index d20519b..4258e1d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ Maps named graphs from one or more `RDF::Queryable` instances into a single data * [Ruby](https://ruby-lang.org/) (>=3.0) * [RDF.rb][] (~> 3.3) +## Change Log + +See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf-aggregate-repo/releases) + ## Mailing List *