Skip to content

Commit 73f0c6a

Browse files
committed
CI: add Ruby 3.4
1 parent 1a6973c commit 73f0c6a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
20-
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
19+
ruby:
20+
- '2.7'
21+
- '3.0'
22+
- '3.1'
23+
- '3.2'
24+
- '3.3'
25+
- '3.4'
2126
sinatra:
2227
- ~> 4.0.0 # current stable
2328
include:
2429
- { ruby: 2.6, sinatra: ~> 3.0.0 }
25-
- { ruby: 3.3, sinatra: head }
30+
- { ruby: 3.4, sinatra: head }
2631
- { ruby: head, sinatra: head }
2732
# https://github.com/sinatra/mustermann/issues/72
2833
- { ruby: jruby, sinatra: ~> 4.0.0, allow-failure: true }

0 commit comments

Comments
 (0)