Skip to content

Commit bd7f858

Browse files
authored
Update Ruby versions in CI (#64)
* Remove Ruby 2.5, this one is broken outside of the control of the gem (see #63 (comment)) * Add missing Ruby 4.0 --------- Co-authored-by: Herwin <herwinw@users.noreply.github.com>
1 parent 58b9b3e commit bd7f858

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@ jobs:
1717
- macos
1818
- windows
1919
ruby:
20-
- "2.5"
2120
- "2.6"
2221
- "2.7"
2322
- "3.0"
2423
- "3.1"
2524
- "3.2"
2625
- "3.3"
2726
- "3.4"
27+
- "4.0"
2828
- head
2929
include:
3030
- { os: windows , ruby: mingw }
3131
- { os: windows , ruby: mswin }
3232
exclude:
33-
- { os: macos , ruby: "2.5" }
3433
- { os: windows , ruby: head }
3534
steps:
3635
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)