Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update test matrix & release 1.0.6 #61

Merged
merged 11 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/gemfiles/rails-5.2.4.6.Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions .github/gemfiles/rails-5.2.6.Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions .github/gemfiles/rails-6.0.3.7.Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions .github/gemfiles/rails-6.0.4.1.Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions .github/gemfiles/rails-6.1.3.2.Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions .github/gemfiles/rails-6.1.4.1.Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions .github/gemfiles/rails-6.1.7.2.Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions .github/gemfiles/rails-6.1.7.3.Gemfile

This file was deleted.

56 changes: 13 additions & 43 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
## test against ruby versions from the last two release cycles
##
## cf https://endoflife.date/ruby
# 2021-04-05 releases
- 3.0.1
# 2021-07-07 releases
- 3.0.2
# 2023-02-08 release
- 3.2.1
# 2023-03-30 release
- 3.2.2
# 2023-03-30 releases
- 3.0.6
# 2024-04-23 releases
- 3.0.7
# 2024-07-26 release
- 3.2.5
# 2024-10-30 release
- 3.2.6
# 2025-01-15 release
- 3.3.7
rails:
Expand All @@ -62,16 +62,6 @@ jobs:
## .github/gemfiles
##
## cf https://endoflife.date/rails
# 2021-05-06 releases
- 6.0.3.7
- 6.1.3.2
# 2021-08-20 releases
- 6.0.4.1
- 6.1.4.1
# 2023-01-24 releases
- 6.1.7.2
# 2023-03-13 releases
- 6.1.7.3
# 2023-03-13 releases
- 7.0.4.3
# 2023-10-05 releases
Expand All @@ -80,31 +70,11 @@ jobs:
## be careful with which versions of ruby does rails support
## cf https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
# rails 6.0 requires ruby < 3
- rails: 6.0.3.7
ruby: 3.0.1
- rails: 6.0.3.7
ruby: 3.0.2
- rails: 6.0.4.1
ruby: 3.0.1
- rails: 6.0.4.1
ruby: 3.0.2
- rails: 6.0.3.7
ruby: 3.2.1
- rails: 6.0.4.1
ruby: 3.2.1
- rails: 6.1.3.2
ruby: 3.2.1
- rails: 6.0.3.7
ruby: 3.2.2
- rails: 6.0.4.1
ruby: 3.2.2
- rails: 6.1.3.2
ruby: 3.2.2
- rails: 6.0.3.7
ruby: 3.3.7
- rails: 6.0.4.1
ruby: 3.3.7
- rails: 6.1.3.2
- rails: 7.0.4.3
ruby: 3.2.5
- rails: 7.0.4.3
ruby: 3.2.6
- rails: 7.0.4.3
valerauko marked this conversation as resolved.
Show resolved Hide resolved
ruby: 3.3.7

env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upcoming Release

# v1.0.6 01-18-2025

- [Support Ruby 3.3.7](https://github.com/StudistCorporation/scimaenaga/pull/58)

# v1.0.5 11-08-2024

- [Support Ruby 3.3.6](https://github.com/StudistCorporation/scimaenaga/pull/56)
Expand Down
2 changes: 1 addition & 1 deletion lib/scimaenaga/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Scimaenaga
VERSION = '1.0.5'
VERSION = '1.0.6'
end
Loading