Skip to content

Commit

Permalink
Testing current stable version of Ruby 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 authored and dwoz committed Jul 11, 2024
1 parent 26f9248 commit 4029e24
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v2024.06.XX
# v2024.07.XX

## What's Changed

Expand All @@ -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

Expand Down

0 comments on commit 4029e24

Please sign in to comment.