Skip to content

Commit

Permalink
fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
abevoelker committed Apr 27, 2024
1 parent 7ba33cb commit 160b2ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- ruby-version: 3.2
rails-version: "6.0"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Yarn
Expand All @@ -61,7 +61,7 @@ jobs:
BUNDLE_GEMFILE=$RAILS_NEW_GEMFILE bundle
rails new dummy_app --database=sqlite3 --skip-active-storage --skip-action-cable --skip-spring --skip-listen --skip-test
# XXX Dumb workaround for Rails 7 "rails new" not working with Ruby 2.7 out of the box
# XXX VERY DUMB workaround for Rails 7's "rails new" default Gemfile not working with Ruby 2.7
# e.g. https://github.com/abevoelker/devise-passwordless/actions/runs/8132843679/job/22223730812#step:7:292
# SUPPOSEDLY Rails 7 supports Ruby 2.7 but the "debug" gem dependency pulls in a "sqlite3" version which is
# incompatible with Ruby 2.7
Expand Down

0 comments on commit 160b2ef

Please sign in to comment.