mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Trying Ruby version 3.2.3 since exception with 3.3.4 for Amazon 2023
This commit is contained in:
parent
4029e24d74
commit
06702a81aa
3 changed files with 6 additions and 6 deletions
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/test-macos.yml
vendored
4
.github/workflows/test-macos.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/test-windows.yml
vendored
4
.github/workflows/test-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue