workflows/version.yml - use both 2.6.x & 2.6 in matrix
This commit is contained in:
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user