Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d2a64f6

Browse files
committed
ci: 🎡 CI における Ruby のバージョンもアップデートした
1 parent 138437e commit d2a64f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/ruby:2.6.6-node-browsers-legacy
5+
- image: cimg/2.7.6-browsers
66
environment:
77
- RAILS_ENV: test
88
- SELENIUM_CHROME_HEADLESS: true

.github/workflows/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
ruby-version: ['2.6.6', '2.7.6', '3.1.2']
17+
ruby-version: ['2.7.6', '3.0.4', '3.1.2']
1818
steps:
1919
- name: コードをチェックアウトする
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)