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

v2.0: Merge latest master into v2.0 #684

Merged
merged 19 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [SAML-Toolkits]
30 changes: 9 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04] # macos-latest
ruby-version: [2.6, 2.7, 3.0, 3.1, 3.2, jruby-9.3, jruby-9.4, truffleruby]
include:
- os: macos-latest
ruby-version: 2.6
- os: macos-latest
ruby-version: 2.7
- os: macos-latest
ruby-version: 3.0
- os: macos-latest
ruby-version: 3.1
- os: macos-latest
ruby-version: 3.2
- os: macos-latest
ruby-version: jruby-9.3
# 2023/03/07 - JRuby 9.4 on MacOS is skipped for now.
# Seems to be a JRuby-side issue.
# - os: macos-latest
# ruby-version: jruby-9.4
- os: macos-latest
ruby-version: truffleruby
os:
- ubuntu-20.04
- macos-latest
ruby-version:
- 3.0
- 3.1
- 3.2
- jruby-9.4
- truffleruby
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
- rubocop-rake

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 3.0
NewCops: enable
Include:
- 'lib/**/*'
Expand Down
Loading
Loading