Skip to content

Commit 22a466e

Browse files
committed
Add latest rubies to CI matrix
- Add Ruby 3.2, 3.3, 3.4 and JRuby 9.4, 10.0. - Remove JRuby 9.2 since setup-ruby on Ubuntu 24.4 only provides builds for JRuby 9.4 and later. - Update actions/checkout to the latest
1 parent 4495729 commit 22a466e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby-9.4', 'jruby-10.0' ]
2121
steps:
2222
- name: Checkout ruby-http-client
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Checkout ruby-http-client
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
with:
5959
fetch-depth: 0
6060

0 commit comments

Comments
 (0)