Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jaynetics/js_regex
Browse files Browse the repository at this point in the history
* 'main' of github.com:jaynetics/js_regex:
  Add 3.1 and 3.2 to the list of Ruby CI versions (#20)
  • Loading branch information
jaynetics committed Jan 7, 2024
2 parents e3c0935 + fe75766 commit 80ad018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: [ '2.6', '2.7', '3.0', 'ruby-head' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 80ad018

Please sign in to comment.