Skip to content

Commit

Permalink
Drop support for Ruby 3.0
Browse files Browse the repository at this point in the history
The latest version of the sass-embedded gem requires Ruby 3.1 or higher.

Note that Ruby 3.0 reached end of life on 23 April 2024.
  • Loading branch information
gma committed Nov 5, 2024
1 parent f0ff629 commit bac99c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
ruby: ["3.1", "3.2", "3.3", "head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
- https://sass-lang.com/documentation/breaking-changes/color-functions/
- https://sass-lang.com/documentation/breaking-changes/import/

This update has also forced us to drop support for Ruby 3.0, which is no
longer supported by the sass-embedded gem.

(Graham Ashton)

## 0.16.0 (11 April 2024)
Expand Down

0 comments on commit bac99c9

Please sign in to comment.