Skip to content

Commit

Permalink
Add Ruby 3.3 to CI
Browse files Browse the repository at this point in the history
Ruby 3.3 got released months ago and more and more distributions are
picking it up and also building facter against it. So I think it makes
sense to add it to the CI.
  • Loading branch information
bastelfreak committed Oct 3, 2024
1 parent bbb2d35 commit b949bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- {os: ubuntu-latest, ruby: '2.7'}
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
- {os: ubuntu-24.04, ruby: '3.3'} # with openssl 3
- {os: windows-2019, ruby: '2.7'}
- {os: windows-2019, ruby: '3.2'} # with openssl 3
- {os: windows-2022, ruby: '3.3'} # with openssl 3
runs-on: ${{ matrix.cfg.os }}
env:
BUNDLE_SET: 'with integration'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- '2.7'
- '3.0'
- '3.2'
- '3.3'
- 'jruby-9.3.14.0'
- 'jruby-9.4.8.0'
runs-on: ubuntu-20.04
Expand All @@ -43,6 +44,7 @@ jobs:
ruby:
- '2.7'
- '3.2'
- '3.3'
runs-on: windows-2019
steps:
- name: Checkout current PR
Expand Down

0 comments on commit b949bd6

Please sign in to comment.