Skip to content

Commit

Permalink
fix versioning syntax (on correct branch) #12305
Browse files Browse the repository at this point in the history
  • Loading branch information
grottohub committed Apr 14, 2021
1 parent 5dc0933 commit c157c6c
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 c157c6c

Please sign in to comment.