Skip to content

Commit 2cd0b87

Browse files
committed
Add "zulu" to gradle-tests.yml & end2end.yml
1 parent 613af34 commit 2cd0b87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/end2end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- { name: JavalinMySQLKotlin, test_file: end2end/javalin_mysql_kotlin.py }
4747
- { name: SpringBoot2.7Postgres, test_file: end2end/spring_boot_2.7_postgres.py }
4848
java-version: [17, 18, 19, 20, 21]
49-
distribution: ['adopt', 'corretto', 'oracle']
49+
distribution: ['adopt', 'corretto', 'oracle', 'zulu']
5050
steps:
5151
- name: Download build artifacts
5252
uses: actions/download-artifact@v4

.github/workflows/gradle-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
java-version: [17, 18, 19, 20, 21]
42-
distribution: ['adopt', 'corretto', 'oracle']
42+
distribution: ['adopt', 'corretto', 'oracle', 'zulu']
4343

4444
steps:
4545
- name: Download build artifacts

0 commit comments

Comments
 (0)