mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-12 12:38:06 +00:00
Correct GitHub actions workflow Integration Tests
This commit is contained in:
parent
5f5563059f
commit
9c139bcc98
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -8,8 +8,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
version: ['3.3', '=3.2.5', '~3.3.1', '>=3.2.1 <3.2.5']
|
||||
include:
|
||||
- version: 3.3
|
||||
- version: '3.3'
|
||||
expected: 3.3.9
|
||||
- version: '=3.2.5'
|
||||
expected: 3.2.5
|
||||
|
Loading…
Reference in New Issue
Block a user