Skip to content

Commit

Permalink
fix!: Remove Ruby 2.3 from CI matrix
Browse files Browse the repository at this point in the history
cairo depends on unspecified version of red-colors, which uses `Comparable#clamp`, that is not supported
by ruby 2.3. We could lock red-colors manually, but ruby 2.3 causes more issues with the soon-incoming
changes, eg "undefined symbol: RB_NIL_P" when installing glib2-4.2.2
  • Loading branch information
knarewski committed Sep 12, 2024
1 parent 16495e5 commit 0561661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.3, 2.7]
ruby: [2.7]
name: install dependencies and run tests
steps:
- name: install image processing dependencies
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
### Removed
- support for Ruby 2.0 (and illusion of it being tested by CI)
- support for Ruby 2.3

## [0.13.0] 16.12.2020
### Fixed
Expand Down

0 comments on commit 0561661

Please sign in to comment.