Skip to content

Commit

Permalink
Merge pull request #22 from sitrox/Test-ruby-3.3
Browse files Browse the repository at this point in the history
Update ruby.yml
  • Loading branch information
Adrian-Hirt authored Jan 5, 2024
2 parents 4e23daa + 66d0b38 commit bf7af7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.6.2', '2.7.1', '3.0.1', '3.1.0', '3.2.0']
ruby-version: ['2.6.2', '2.7.1', '3.0.1', '3.1.0', '3.2.0', '3.3.0']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Schemacop is tested with the following ruby versions:
* 2.7.1
* 3.0.1
* 3.1.0
* 3.2.0
* 3.3.0

Other ruby versions might work but are not covered by our automated tests.

Expand Down

0 comments on commit bf7af7f

Please sign in to comment.