Skip to content

Commit

Permalink
Trying Ruby version 3.2.3 since exception with 3.3.4 for Amazon 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 authored and dwoz committed Jul 11, 2024
1 parent 4029e24 commit 06702a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
## DGM ruby-version: 2.6.10
## DGM ruby-version: 3.2.3
ruby-version: 3.3.4
ruby-version: 3.2.3
## DGM ruby-version: 3.3.4
bundler-cache: true

## DGM - name: Set up Python 3.9
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
## DGM ruby-version: 2.6.10
## DGM ruby-version: 3.2.3
ruby-version: 3.3.4
ruby-version: 3.2.3
## DGM ruby-version: 3.3.4
bundler-cache: true

## DGM - name: Set up Python 3.9
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
## DGM ruby-version: 2.6.10
## DGM ruby-version: 3.2.3
ruby-version: 3.3.4
ruby-version: 3.2.3
## DGM ruby-version: 3.3.4
bundler-cache: true

- name: Install Chef
Expand Down

0 comments on commit 06702a8

Please sign in to comment.