File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 - name : " Install Ruby 2.7"
3939 uses : ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
4040 with :
41- ruby-version : 2.7.8
41+ ruby-version : 3.4.7
4242 bundler-cache : true
4343 - run : " bundle exec rake syntax"
4444
5050 - name : " Install Ruby 2.7"
5151 uses : ruby/setup-ruby@v1
5252 with :
53- ruby-version : 2.7.8
53+ ruby-version : 3.4.7
5454 bundler-cache : true
5555 - run : " bundle exec rake lint"
5656 - run : " bundle exec rake metadata_lint"
6464 - name : " Install Ruby 2.7"
6565 uses : ruby/setup-ruby@v1
6666 with :
67- ruby-version : 2.7.8
67+ ruby-version : 3.4.7
6868 bundler-cache : true
6969 - run : |
7070 bundle show
7878 - name : ' Install Ruby 2.7'
7979 uses : ruby/setup-ruby@v1
8080 with :
81- ruby-version : 2.7.8
81+ ruby-version : 3.4.7
8282 bundler-cache : true
8383 - run : bundle exec rake check:dot_underscore
8484 - run : bundle exec rake check:test_file
9191 - name : ' Install Ruby 2.7'
9292 uses : ruby/setup-ruby@v1
9393 with :
94- ruby-version : 2.7.8
94+ ruby-version : 3.4.7
9595 bundler-cache : true
9696 - name : ' Tags and changelogs'
9797 run : |
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