Browse Source

CLDC-4229: remove stale ruby version references

CLDC-4429-test-code-scanner
Nat Dean-Lewis 2 weeks ago
parent
commit
25ddbd0921
  1. 6
      .github/workflows/run_tests.yml
  2. 2
      .nvmrc

6
.github/workflows/run_tests.yml

@ -38,7 +38,6 @@ jobs:
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres
@ -102,7 +101,6 @@ jobs:
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres
@ -160,7 +158,6 @@ jobs:
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres
@ -218,7 +215,6 @@ jobs:
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres
@ -281,7 +277,6 @@ jobs:
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres
@ -344,7 +339,6 @@ jobs:
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres

2
.nvmrc

@ -1 +1 @@
20
24

Loading…
Cancel
Save