mirror of
https://github.com/uwol/proleap-vb6-parser.git
synced 2025-12-18 04:24:36 +03:00
Update maven.yml
This commit is contained in:
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@@ -9,9 +9,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
- name: Build with Maven
|
||||
run: mvn test --file pom.xml
|
||||
run: mvn -T 1C test --file pom.xml
|
||||
|
||||
Reference in New Issue
Block a user