Skip to content

Commit 2fe9a96

Browse files
herwinweregon
authored andcommitted
Add Ruby 4.0 to CI
1 parent a7438fe commit 2fe9a96

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ ubuntu, macos, windows ]
15-
ruby: [ 3.2.9, 3.3.10, 3.4.8 ]
15+
ruby: [ 3.2.9, 3.3.10, 3.4.8, 4.0.0 ]
1616
mspecopt: [""]
1717
rubyopt: [""]
1818
exclude:
1919
- { os: windows, ruby: 3.2.9 } # 3.2.9 has some issue with file time microseconds
2020
include:
2121
- { os: windows, ruby: 3.2.8 } # 3.2.9 has some issue with file time microseconds
22-
- { os: ubuntu, ruby: 3.4.8, mspecopt: "--repeat 2" }
23-
- { os: ubuntu, ruby: 3.4.8, rubyopt: "--enable-frozen-string-literal" }
24-
- { os: ubuntu, ruby: 3.4.8, rubyopt: "--parser=parse.y" }
22+
- { os: ubuntu, ruby: 4.0.0, mspecopt: "--repeat 2" }
23+
- { os: ubuntu, ruby: 4.0.0, rubyopt: "--enable-frozen-string-literal" }
24+
- { os: ubuntu, ruby: 4.0.0, rubyopt: "--parser=parse.y" }
2525

2626
runs-on: ${{ matrix.os }}-latest
2727
steps:
@@ -78,5 +78,5 @@ jobs:
7878
- uses: actions/checkout@v6
7979
- uses: ruby/setup-ruby@v1
8080
with:
81-
ruby-version: '3.4'
81+
ruby-version: '4.0'
8282
- run: bin/rubocop

0 commit comments

Comments
 (0)