Skip to content

Commit

Permalink
Update ruby version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Aug 1, 2023
1 parent ced08a5 commit 9285530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-config.yml
Expand Up @@ -9,15 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest

name: Ruby 2.6 environment
name: Ruby 3.2 environment

steps:
- uses: actions/checkout@v3

- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.2'

- name: Install dependencies
run: bundle install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-config.yml
Expand Up @@ -12,15 +12,15 @@ jobs:
build:
runs-on: ubuntu-latest

name: Ruby 2.6 environment
name: Ruby 3.2 environment

steps:
- uses: actions/checkout@v3

- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.2'

- name: Install dependencies
run: bundle install
Expand Down

0 comments on commit 9285530

Please sign in to comment.