File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3535 - name : " Install Ruby 2.7"
3636 uses : ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
3737 with :
38- ruby-version : 2.7.8
38+ ruby-version : 3.4.7
3939 bundler-cache : true
4040 - run : " bundle exec rake syntax"
4141
4747 - name : " Install Ruby 2.7"
4848 uses : ruby/setup-ruby@v1
4949 with :
50- ruby-version : 2.7.8
50+ ruby-version : 3.4.7
5151 bundler-cache : true
5252 - run : " bundle exec rake lint"
5353 - run : " bundle exec rake metadata_lint"
6161 - name : " Install Ruby 2.7"
6262 uses : ruby/setup-ruby@v1
6363 with :
64- ruby-version : 2.7.8
64+ ruby-version : 3.4.7
6565 bundler-cache : true
6666 - run : |
6767 bundle show
7575 - name : ' Install Ruby 2.7'
7676 uses : ruby/setup-ruby@v1
7777 with :
78- ruby-version : 2.7.8
78+ ruby-version : 3.4.7
7979 bundler-cache : true
8080 - run : bundle exec rake check:dot_underscore
8181 - run : bundle exec rake check:test_file
8888 - name : ' Install Ruby 2.7'
8989 uses : ruby/setup-ruby@v1
9090 with :
91- ruby-version : 2.7.8
91+ ruby-version : 3.4.7
9292 bundler-cache : true
9393 - name : ' Tags and changelogs'
9494 run : |
@@ -142,7 +142,7 @@ jobs:
142142 - name : setup ruby
143143 uses : ruby/setup-ruby@v1
144144 with :
145- ruby-version : 3.2
145+ ruby-version : 3.4.7
146146 - name : bundle install
147147 run : |
148148 bundle install
Original file line number Diff line number Diff line change 5555 clean : true
5656 - uses : ruby/setup-ruby@v1
5757 with :
58- ruby-version : 2.7.8
58+ ruby-version : 3.4.7
5959 bundler-cache : true
6060 - run : bundle exec rake pkg:check_version
6161 - run : bundle exec rake pkg:compare_latest_tag
@@ -180,7 +180,7 @@ jobs:
180180 clean : true
181181 - uses : ruby/setup-ruby@v1
182182 with :
183- ruby-version : 2.7.8
183+ ruby-version : 3.4.7
184184 bundler-cache : true
185185 - name : Build Puppet module (PDK)
186186 run : bundle exec pdk build --force
You can’t perform that action at this time.
0 commit comments