Skip to content

Commit

Permalink
Add ruby-3.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Jan 2, 2024
1 parent c7db733 commit 09e7036
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
continue-on-error: ${{ matrix.allow-failures }}
strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
allow-failures: [false]
include:
- ruby: head
Expand Down
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-09-01 13:14:58 UTC using RuboCop version 1.56.2.
# on 2024-01-02 21:10:36 UTC using RuboCop version 1.59.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### New Features

* Add `ruby-3.2` to CI
* Add `ruby-3.3` to CI

### Changes

Expand Down Expand Up @@ -104,7 +105,7 @@
### New features

* Add parsing bmp stream for multipage PDFs
* Update `image-size` gem dependency to version 2
* Update `image-size` gem dependency to version 2
* Redone parsing of page size (allow minor diff)
* Add `PdfStructure#page_size_points` to get page size in points
* Add rake tasks for releasing gem
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.4.19
2.5.3

0 comments on commit 09e7036

Please sign in to comment.