Skip to content

Commit 0264426

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 b4415da commit 0264426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ]
20+
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@v2
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout ruby-http-client
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858

0 commit comments

Comments
 (0)