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

Commit

Permalink
ci: 🎡 CI における Ruby のバージョンもアップデートした
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Oct 15, 2022
1 parent 138437e commit 9908c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.6.6-node-browsers-legacy
- image: cimg/ruby:2.7.6-browsers
environment:
- RAILS_ENV: test
- SELENIUM_CHROME_HEADLESS: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6.6', '2.7.6', '3.1.2']
ruby-version: ['2.7.6', '3.0.4', '3.1.2']
steps:
- name: コードをチェックアウトする
uses: actions/checkout@v3
Expand Down

0 comments on commit 9908c5b

Please sign in to comment.