Skip to content

Commit d3cb9ad

Browse files
authored
Merge pull request #779 from nesquena/chore/ruby-4
Test against Ruby 4.0
2 parents 3e4aca6 + 6fb3339 commit d3cb9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby-version: ['2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
16+
ruby-version: ['2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
1717
channel: ['stable']
1818
os: ['ubuntu-latest']
1919

0 commit comments

Comments
 (0)