Skip to content

Commit db6298a

Browse files
committed
Update run_tests.yml
1 parent a8dd542 commit db6298a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: ['2.7', '3.2', '3.3']
10+
ruby: ['3.2', '3.3']
1111
appraisal: ["rails-6", "rails-7"]
1212
steps:
1313
- uses: actions/checkout@v1
@@ -19,15 +19,7 @@ jobs:
1919
uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ${{ matrix.ruby }}
22-
- name: Build and test with Rake (Ruby 2.7 only)
23-
if: ${{ matrix.ruby == '2.7' }}
24-
run: |
25-
gem install bundler -v 2.4.22
26-
bundle install --jobs 4 --retry 3
27-
bundle exec appraisal install
28-
bundle exec appraisal ${{ matrix.appraisal }} rake
29-
- name: Build and test with Rake (Ruby 3.2+ only)
30-
if: ${{ matrix.ruby != '2.7' }}
22+
- name: Build and test with Rake
3123
run: |
3224
gem install bundler
3325
bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)