Skip to content

Commit f932f89

Browse files
committed
Actually test against Ruby 4.0...
1 parent 2977ed1 commit f932f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
8+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
99
fail-fast: false
1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)