Skip to content

Commit 21d31a8

Browse files
authored
Merge pull request #72 from hakeem0114/patch-1
Add ruby 3.4 to CI
2 parents d521fd9 + 25633b4 commit 21d31a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
12+
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
1313
task: [ 'spec' ]
1414
include:
1515
- ruby: '3.0' # keep in sync with rubocop.yml and gemspec

0 commit comments

Comments
 (0)