Skip to content

Commit cf2d18e

Browse files
committed
chore: remove java 19
1 parent 28b00e4 commit cf2d18e

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)