Browse Source

Bump workflow too

pull/363/head
baarkerlounger 3 years ago
parent
commit
0c8db99c77
  1. 2
      .github/workflows/production_pipeline.yml
  2. 2
      .github/workflows/staging_pipeline.yml

2
.github/workflows/production_pipeline.yml

@ -38,7 +38,7 @@ jobs:
--health-retries 5
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.0
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres

2
.github/workflows/staging_pipeline.yml

@ -37,7 +37,7 @@ jobs:
--health-retries 5
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.0
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres

Loading…
Cancel
Save