Skip to content

Commit 68b0507

Browse files
committed
Add Ruby 3.4 to CI
Extend the GitHub Actions test matrices to include Ruby 3.4 while retaining older supported versions.
1 parent ed7c619 commit 68b0507

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
24+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
2525
runs-on: ubuntu-latest
2626

2727
steps:

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
12+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)