Skip to content

Commit

Permalink
Merge pull request #12306 from grahamhub/issue-12305
Browse files Browse the repository at this point in the history
fix versioning syntax #12305
  • Loading branch information
chrisroberts authored Apr 14, 2021
2 parents 5dc0933 + c157c6c commit 424d085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ '2.5.x', '2.6.x', '2.7.x' ]
ruby: [ '2.5', '2.6', '2.7' ]
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout
Expand Down

0 comments on commit 424d085

Please sign in to comment.