Skip to content

Commit 092bea2

Browse files
authored
Merge pull request #5 from kamal-kaur04/add-maven-workflow
chore: remove java 19
2 parents 87fd3ef + cf2d18e commit 092bea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-workflow-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
max-parallel: 3
1919
matrix:
20-
java: [ '8', '11', '17', '19' ]
20+
java: [ '8', '11', '17' ]
2121
os: [ 'macos-latest', 'windows-latest', 'ubuntu-latest' ]
2222
name: TestNG Appium Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
2323
env:

0 commit comments

Comments
 (0)