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

Commit 0545e23

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+2-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/ruby:2.7.6-browsers
66
environment:
77
- RAILS_ENV: test
88
- SELENIUM_CHROME_HEADLESS: true
@@ -28,6 +28,7 @@ jobs:
2828
- run:
2929
name: Install system dependencies
3030
command: |
31+
sudo apt update
3132
sudo apt install -y fonts-migmix
3233
- run:
3334
name: Install Chrome

.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)