Skip to content

Commit ea2481b

Browse files
committed
Test against Ruby 3.4
1 parent 8122e35 commit ea2481b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['3.0', '3.1', '3.2', '3.3']
18+
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
1919
channel: ['stable']
2020

2121
include:

.github/workflows/rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
ruby-version: ['3.3']
22+
ruby-version: ['3.4']
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)