Skip to content

Commit e047f2e

Browse files
authored
Test against Ruby 4.0 (#23)
1 parent d1220d8 commit e047f2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
18+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
1919
channel: ['stable']
2020

2121
include:

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
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.4']
22+
ruby-version: ['4.0']
2323

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

0 commit comments

Comments
 (0)