Skip to content

Commit d783dd3

Browse files
Update Ruby versions for CI
The Ruby versions for the GitHub Actions jobs have been updated to all currently maintained versions of Ruby.
1 parent 4a61794 commit d783dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os_and_command.os }}
1515
strategy:
1616
matrix:
17-
ruby: [ '2.7', '3.0', '3.1', '3.2', 'ruby-head', 'truffleruby-head' ]
17+
ruby: [ '3.1', '3.2', '3.3', '3.4', 'ruby-head', 'truffleruby-head' ]
1818
gemfile: ["test/gemfiles/Gemfile.faraday-1", "test/gemfiles/Gemfile.faraday-2"]
1919
os_and_command:
2020
- os: 'macos-latest'
@@ -25,7 +25,7 @@ jobs:
2525
command: 'timeout --signal=TERM 3m env TESTOPTS="--verbose" test/config/update_certs_k0s.rb'
2626
include:
2727
# run rubocop against lowest supported ruby
28-
- ruby: '2.7'
28+
- ruby: '3.1'
2929
gemfile: 'Gemfile'
3030
os_and_command:
3131
os: ubuntu-latest

0 commit comments

Comments
 (0)