Skip to content

Commit

Permalink
Upgrade circleci orbs and images
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaeh committed May 3, 2024
1 parent 178ebde commit ec12a3f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
ruby: circleci/ruby@2.1.0
node: circleci/node@5.1.0
ruby: circleci/ruby@2.1.2
node: circleci/node@5.2.0

executors:
default:
Expand All @@ -19,7 +19,7 @@ executors:
DB_USER: root
DISABLE_SIMPLECOV: true
RAILS_ENV: test
- image: cimg/postgres:14.5
- image: cimg/postgres:15.6
environment:
POSTGRES_USER: root
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down Expand Up @@ -63,15 +63,15 @@ commands:
jobs:
build:
docker:
- image: cimg/ruby:3.2-node
- image: cimg/ruby:3.3.1-node
environment:
RAILS_ENV: test
steps:
- checkout
- install-system-dependencies
- prepare-yarn
- install-ruby-dependencies:
ruby-version: '3.2'
ruby-version: '3.3'
- node/install-packages:
cache-version: v2
pkg-manager: yarn
Expand Down Expand Up @@ -129,6 +129,7 @@ workflows:
ruby-version:
- '3.1'
- '3.2'
- '3.3'
name: test-ruby<< matrix.ruby-version >>
requires:
- build

0 comments on commit ec12a3f

Please sign in to comment.