Skip to content

Commit 4a57b12

Browse files
committed
Merge pull request #648 from Koekenbakkers/update-ruby-versions-in-ci
Update Ruby versions for CI
2 parents a93c988 + d783dd3 commit 4a57b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os_and_command.os }}
1111
strategy:
1212
matrix:
13-
ruby: [ '2.7', '3.0', '3.1', '3.2', 'ruby-head', 'truffleruby-head' ]
13+
ruby: [ '3.1', '3.2', '3.3', '3.4', 'ruby-head', 'truffleruby-head' ]
1414
gemfile: ["test/gemfiles/Gemfile.faraday-1", "test/gemfiles/Gemfile.faraday-2"]
1515
os_and_command:
1616
- os: 'macos-latest'
@@ -21,7 +21,7 @@ jobs:
2121
command: 'timeout --signal=TERM 3m env TESTOPTS="--verbose" test/config/update_certs_k0s.rb'
2222
include:
2323
# run rubocop against lowest supported ruby
24-
- ruby: '2.7'
24+
- ruby: '3.1'
2525
gemfile: 'Gemfile'
2626
os_and_command:
2727
os: ubuntu-latest

0 commit comments

Comments
 (0)