Skip to content

Commit f4df3f1

Browse files
committed
* CI on Ruby 3.3.
* Reference release notes on GitHub.
1 parent 365cc51 commit f4df3f1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ The following definition is for the EARL vocabulary, which uses the `patch` capa
184184
}
185185
}
186186

187+
## Change Log
188+
189+
See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf-vocab/releases)
190+
187191
## Authors
188192

189193
* [David Chandek-Stark](https://github.com/dchandekstark)

0 commit comments

Comments
 (0)