workflows/version.yml - use both 2.6.x & 2.6 in matrix

This commit is contained in:
MSP-Greg
2020-01-17 19:15:47 -06:00
parent 8efc8788c0
commit b52174dfed

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
version: [2.4.x, 2.5.x, 2.6.x, 2.7.x]
version: [2.4, 2.5.x, 2.6, 2.7.x]
steps:
- name: Checkout
uses: actions/checkout@v2