Skip to content

Commit c846aca

Browse files
committed
CI: use Ruby up to and including 3.4
1 parent bb7d852 commit c846aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# Adding a new one? Change it in Coveralls below!
21-
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'head']
21+
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'head']
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Coveralls Report
3939
# send it only for the latest version to avoid duplicate submits
40-
if: ${{ matrix.ruby-version == '3.2' }}
40+
if: ${{ matrix.ruby-version == '3.4' }}
4141
uses: coverallsapp/github-action@master
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)