Skip to content

Commit a40d398

Browse files
committed
Add 4.0 in CI
* Needs a newer rake
1 parent 0738be6 commit a40d398

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ ubuntu-latest, windows-latest ]
9-
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', jruby, truffleruby ]
9+
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', jruby, truffleruby ]
1010
exclude:
1111
- { os: windows-latest, ruby: jruby }
1212
- { os: windows-latest, ruby: truffleruby }

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rake', '~> 12.3'
3+
gem 'rake'
44

55
group :test do
66
gem 'rspec', '~> 3'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
docile (1.1.5)
66
json (2.3.0)
77
json (2.3.0-java)
8-
rake (12.3.3)
8+
rake (13.3.1)
99
rspec (3.12.0)
1010
rspec-core (~> 3.12.0)
1111
rspec-expectations (~> 3.12.0)
@@ -31,7 +31,7 @@ PLATFORMS
3131
x86-mingw32
3232

3333
DEPENDENCIES
34-
rake (~> 12.3)
34+
rake
3535
rspec (~> 3)
3636
simplecov
3737

0 commit comments

Comments
 (0)