Skip to content

Commit a90e654

Browse files
authored
Merge pull request #356 from ruby-formatter/ruby40
Add Ruby 4.0 to CI matrix
2 parents 90992d0 + b155f43 commit a90e654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby_version: ['3.4', '3.3', '3.2', '3.1', '3.0']
16+
ruby_version: ['4.0', '3.4', '3.3', '3.2', '3.1', '3.0']
1717

1818
steps:
1919
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)