Skip to content

Adds Ruby 3.2 to the CI matrix. Also updates checkout action version. #168

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

Merged
merged 3 commits into from
Jan 20, 2023
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
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on: [push, pull_request]
jobs:
tests:
strategy:
fail-fast: false
matrix:
ruby-version:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
gemfile:
- Gemfile
- gemfiles/rails_7_propshaft.gemfile
Expand All @@ -22,7 +24,7 @@ jobs:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install Ruby
uses: ruby/setup-ruby@v1
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ GEM
mini_mime (1.1.2)
minitest (5.16.2)
nio4r (2.5.8)
nokogiri (1.13.6-arm64-darwin)
nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-darwin)
nokogiri (1.14.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
public_suffix (4.0.7)
racc (1.6.0)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -183,6 +183,7 @@ PLATFORMS
arm64-darwin-21
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -199,4 +200,4 @@ DEPENDENCIES
webdrivers

BUNDLED WITH
2.3.17
2.4.3
11 changes: 6 additions & 5 deletions gemfiles/rails_7_propshaft.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,19 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.6-arm64-darwin)
nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-darwin)
nokogiri (1.14.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
propshaft (0.6.4)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
public_suffix (4.0.7)
racc (1.6.0)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -202,6 +202,7 @@ GEM
PLATFORMS
arm64-darwin-21
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -219,4 +220,4 @@ DEPENDENCIES
webdrivers

BUNDLED WITH
2.3.17
2.4.3
11 changes: 6 additions & 5 deletions gemfiles/rails_7_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.6-arm64-darwin)
nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-darwin)
nokogiri (1.14.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
public_suffix (4.0.7)
racc (1.6.0)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -204,6 +204,7 @@ GEM
PLATFORMS
arm64-darwin-21
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -221,4 +222,4 @@ DEPENDENCIES
webdrivers

BUNDLED WITH
2.3.17
2.4.3