Testing current stable version of Ruby 3.3.4

This commit is contained in:
David Murphy 2024-07-10 15:59:53 -06:00 committed by Daniel Wozniak
parent 26f92489f3
commit 4029e24d74
4 changed files with 10 additions and 5 deletions

View file

@ -41,8 +41,9 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
## DGM ruby-version: 2.6.10
## DGM ruby-version: 3.2.3
ruby-version: 2.6.10
ruby-version: 3.3.4
bundler-cache: true
## DGM - name: Set up Python 3.9

View file

@ -50,8 +50,9 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
## DGM ruby-version: 2.6.10
## DGM ruby-version: 3.2.3
ruby-version: 2.6.10
ruby-version: 3.3.4
bundler-cache: true
## DGM - name: Set up Python 3.9

View file

@ -53,8 +53,9 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
## DGM ruby-version: 2.6.10
## DGM ruby-version: 3.2.3
ruby-version: 2.6.10
ruby-version: 3.3.4
bundler-cache: true
- name: Install Chef

View file

@ -1,4 +1,4 @@
# v2024.06.XX
# v2024.07.XX
## What's Changed
@ -9,9 +9,11 @@
- Removed support for FreeBSD and OpenBSD
- Removed support for Solaris and it's derivatives
- Removed support for EOL Salt releases, pre-3006
- Added support for new OS's, for example: Ubuntu 24.04, Debian 12
- Added support for new OS's, for example: Ubuntu 24.04, Debian 12, Amazon 2023
- Updated to minimum Python 3.10 version from 3.9
- Removed '-y' option which was experimental and only on RHEL 7 or less which are now EOL
- Updated to current stable version of Ruby v3.3.4
- Removed git-master support for Photon 4 & 5 due to gcc errors building salt.
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.04.03...v2024.06.XX