Skip to content

Commit 7e85c0c

Browse files
authored
Merge pull request #730 from mhashizume/maint/main/action-updates
Remove end-of-life OS, simplify Bundler install
2 parents 3da119f + da55e33 commit 7e85c0c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/task_acceptance_tests.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: On ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ 'centos-7', 'ubuntu-20.04', 'rocky-8' ]
15+
os: [ 'ubuntu-20.04', 'rocky-8' ]
1616

1717
env:
1818
ruby_version: '3.1'
@@ -35,11 +35,7 @@ jobs:
3535
uses: ruby/setup-ruby@v1
3636
with:
3737
ruby-version: ${{ env.ruby_version }}
38-
39-
- name: Prepare testing environment with bundler
40-
run: |
41-
git config --global core.longpaths true
42-
bundle update --jobs 4 --retry 3
38+
bundler-cache: true
4339

4440
- name: Run task acceptance tests
4541
run: |

0 commit comments

Comments
 (0)