Skip to content

Commit b75f55f

Browse files
authored
Update CI to include 3.4 (#4)
1 parent 3f02062 commit b75f55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
- main
1111

1212
env:
13-
ruby_version: 3.3
13+
ruby_version: 3.4
1414

1515
jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, jruby-9.4]
21+
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby-9.4, jruby-10.0]
2222
rails: [7.1, 7.2, '8.0', main]
2323

2424
exclude:

0 commit comments

Comments
 (0)