File tree Expand file tree Collapse file tree 6 files changed +27
-26
lines changed Expand file tree Collapse file tree 6 files changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
5
5
jobs :
6
6
setup_matrix :
7
7
name : " Setup Test Matrix"
8
- runs-on : ubuntu-20.04
8
+ runs-on : ubuntu-latest
9
9
outputs :
10
10
spec_matrix : ${{ steps.get-matrix.outputs.spec_matrix }}
11
11
@@ -14,11 +14,11 @@ jobs:
14
14
uses : actions/checkout@v4
15
15
if : ${{ github.repository_owner == 'puppetlabs' }}
16
16
17
- - name : Activate Ruby 2.7
17
+ - name : Activate Ruby 3.1
18
18
uses : ruby/setup-ruby@v1
19
19
if : ${{ github.repository_owner == 'puppetlabs' }}
20
20
with :
21
- ruby-version : " 2.7 "
21
+ ruby-version : " 3.1 "
22
22
bundler-cache : true
23
23
24
24
- name : Print bundle environment
39
39
- setup_matrix
40
40
if : ${{ needs.setup_matrix.outputs.spec_matrix != '{}' }}
41
41
42
- runs-on : ubuntu-20.04
42
+ runs-on : ubuntu-latetest
43
43
strategy :
44
44
fail-fast : false
45
45
matrix : ${{fromJson(needs.setup_matrix.outputs.spec_matrix)}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request]
5
5
jobs :
6
6
setup_matrix :
7
7
name : " Setup Test Matrix"
8
- runs-on : ubuntu-20.04
8
+ runs-on : ubuntu-latest
9
9
outputs :
10
10
matrix : ${{ steps.set-matrix.outputs.acc_matrix }}
11
11
@@ -14,11 +14,11 @@ jobs:
14
14
uses : actions/checkout@v4
15
15
if : ${{ github.repository_owner == 'puppetlabs' }}
16
16
17
- - name : Activate Ruby 2.7
17
+ - name : Activate Ruby 3.1
18
18
uses : ruby/setup-ruby@v1
19
19
if : ${{ github.repository_owner == 'puppetlabs' }}
20
20
with :
21
- ruby-version : " 2.7 "
21
+ ruby-version : " 3.1 "
22
22
bundler-cache : true
23
23
24
24
- name : Print bundle environment
43
43
--provision-exclude docker \
44
44
--arch-exclude arm \
45
45
--platform-exclude debian \
46
+ --platform-exclude rhel-8 \
46
47
--platform-exclude sles \
47
48
--platform-exclude ubuntu
48
49
- name : Setup Acceptance Test Matrix
55
56
needs :
56
57
- setup_matrix
57
58
58
- runs-on : ubuntu-20.04
59
+ runs-on : ubuntu-latest
59
60
strategy :
60
61
fail-fast : false
61
62
matrix : ${{ fromJson(needs.setup_matrix.outputs.matrix) }}
@@ -64,10 +65,10 @@ jobs:
64
65
- name : Checkout Source
65
66
uses : actions/checkout@v4
66
67
67
- - name : Activate Ruby 2.7
68
+ - name : Activate Ruby 3.1
68
69
uses : ruby/setup-ruby@v1
69
70
with :
70
- ruby-version : " 2.7 "
71
+ ruby-version : " 3.1 "
71
72
bundler-cache : true
72
73
73
74
- name : Print bundle environment
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request]
5
5
jobs :
6
6
setup_matrix :
7
7
name : " Setup Test Matrix"
8
- runs-on : ubuntu-20.04
8
+ runs-on : ubuntu-latest
9
9
outputs :
10
10
matrix : ${{ steps.build-matrix.outputs.matrix }}
11
11
@@ -14,11 +14,11 @@ jobs:
14
14
uses : actions/checkout@v4
15
15
if : ${{ github.repository_owner == 'puppetlabs' }}
16
16
17
- - name : Activate Ruby 2.7
17
+ - name : Activate Ruby 3.1
18
18
uses : ruby/setup-ruby@v1
19
19
if : ${{ github.repository_owner == 'puppetlabs' }}
20
20
with :
21
- ruby-version : " 2.7 "
21
+ ruby-version : " 3.1 "
22
22
bundler-cache : true
23
23
24
24
- name : Print bundle environment
39
39
- name : Setup Spec Test Matrix
40
40
id : set-matrix
41
41
run : |
42
- echo "matrix={\"platforms\":[\"rhel-7\",\"rhel-8\",\"rhel- 9\"]}" >> $GITHUB_OUTPUT
42
+ echo "matrix={\"platforms\":[\"rhel-7\",\"rhel-9\"]}" >> $GITHUB_OUTPUT
43
43
- name : Setup Acceptance Test Matrix
44
44
id : build-matrix
45
45
run : |
51
51
- setup_matrix
52
52
if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
53
53
54
- runs-on : ubuntu-20.04
54
+ runs-on : ubuntu-latest
55
55
strategy :
56
56
fail-fast : false
57
57
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
@@ -60,10 +60,10 @@ jobs:
60
60
- name : Checkout Source
61
61
uses : actions/checkout@v4
62
62
63
- - name : Activate Ruby 2.7
63
+ - name : Activate Ruby 3.1
64
64
uses : ruby/setup-ruby@v1
65
65
with :
66
- ruby-version : " 2.7 "
66
+ ruby-version : " 3.1 "
67
67
bundler-cache : true
68
68
69
69
- name : Print bundle environment
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request]
5
5
jobs :
6
6
setup_matrix :
7
7
name : " Setup Test Matrix"
8
- runs-on : ubuntu-20.04
8
+ runs-on : ubuntu-latest
9
9
outputs :
10
10
matrix : ${{ steps.build-matrix.outputs.matrix }}
11
11
@@ -14,11 +14,11 @@ jobs:
14
14
uses : actions/checkout@v4
15
15
if : ${{ github.repository_owner == 'puppetlabs' }}
16
16
17
- - name : Activate Ruby 2.7
17
+ - name : Activate Ruby 3.1
18
18
uses : ruby/setup-ruby@v1
19
19
if : ${{ github.repository_owner == 'puppetlabs' }}
20
20
with :
21
- ruby-version : " 2.7 "
21
+ ruby-version : " 3.1 "
22
22
bundler-cache : true
23
23
24
24
- name : Print bundle environment
39
39
- name : Setup Spec Test Matrix
40
40
id : set-matrix
41
41
run : |
42
- echo "matrix={\"platforms\":[\"rhel-7\",\"rhel-8\",\"rhel- 9\"]}" >> $GITHUB_OUTPUT
42
+ echo "matrix={\"platforms\":[\"rhel-7\",\"rhel-9\"]}" >> $GITHUB_OUTPUT
43
43
- name : Setup Acceptance Test Matrix
44
44
id : build-matrix
45
45
run : |
51
51
- setup_matrix
52
52
if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
53
53
54
- runs-on : ubuntu-20.04
54
+ runs-on : ubuntu-latest
55
55
strategy :
56
56
fail-fast : false
57
57
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
@@ -60,10 +60,10 @@ jobs:
60
60
- name : Checkout Source
61
61
uses : actions/checkout@v4
62
62
63
- - name : Activate Ruby 2.7
63
+ - name : Activate Ruby 3.1
64
64
uses : ruby/setup-ruby@v1
65
65
with :
66
- ruby-version : " 2.7 "
66
+ ruby-version : " 3.1 "
67
67
bundler-cache : true
68
68
69
69
- name : Print bundle environment
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
deploy-forge :
10
10
name : Deploy to Forge
11
- runs-on : ubuntu-20.04
11
+ runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
14
14
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 17
17
- name : Set up Ruby
18
18
uses : ruby/setup-ruby@v1
19
19
with :
20
- ruby-version : 2.7
20
+ ruby-version : 3.1
21
21
22
22
- name : Update Rubygems
23
23
run : gem update --system 3.1.0
You can’t perform that action at this time.
0 commit comments