Skip to content

Commit 9cfd2ab

Browse files
committed
Stop testing ruby 2.5 on macOS
setup-ruby no longer supports it.
1 parent 50245ac commit 9cfd2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '4.0']
1919
include:
2020
- os: macos-latest
21-
ruby: '2.5'
21+
ruby: '2.6'
2222
- os: macos-latest
2323
ruby: '3.2'
2424
- os: windows-latest

0 commit comments

Comments
 (0)