mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Change ruby image
This commit is contained in:
parent
8279a8de45
commit
81bee46584
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
version: 2.1
|
||||
|
||||
orbs:
|
||||
ruby: circleci/ruby@2.1.1
|
||||
browser-tools: circleci/browser-tools@1.2.3
|
||||
ruby: cimg/ruby@2.1.1
|
||||
browser-tools: cimg/browser-tools@1.2.3
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- image: cimg/ruby:3.3.5
|
||||
environment:
|
||||
RAILS_ENV: test
|
||||
- image: circleci/postgres:13.3
|
||||
- image: cimg/postgres:13.3
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: test_database
|
||||
|
|
|
|||
Loading…
Reference in a new issue