File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,25 +13,24 @@ permissions:
1313
1414jobs :
1515 setup_matrix :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 name : Setup Matrix
1818 outputs :
19- puppet_unit_test_matrix : ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
2019 puppet_beaker_test_matrix : ${{ steps.get-outputs.outputs.puppet_beaker_test_matrix }}
2120 steps :
2221 - uses : actions/checkout@v6
2322 - name : Install Ruby ${{ matrix.ruby }}
2423 uses : ruby/setup-ruby@v1
2524 with :
26- ruby-version : " 3.2 "
25+ ruby-version : " 4.0 "
2726 bundler-cache : true
2827 - name : Setup Test Matrix
2928 id : get-outputs
3029 run : bundle exec metadata2gha
3130
3231 beaker :
3332 needs : setup_matrix
34- runs-on : ubuntu-latest
33+ runs-on : ubuntu-24.04
3534 permissions :
3635 contents : read
3736 packages : write # required to publish to the github container registry
4746 - name : Setup ruby
4847 uses : ruby/setup-ruby@v1
4948 with :
50- ruby-version : ' 3.2 '
49+ ruby-version : ' 4.0 '
5150 bundler-cache : true
5251 cache-version : ${{ inputs.cache-version }}
53- working-directory : ${{ inputs.working-directory }}
5452 - name : Run beaker
5553 run : bundle exec beaker-docker containerfile ${{ matrix.env.BEAKER_SETFILE }}
5654 env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments