Skip to content

Commit ad6879f

Browse files
committed
remove graalvm
1 parent b3a5128 commit ad6879f

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
@@ -45,7 +45,7 @@ jobs:
4545
- { name: JavalinPostgres, test_file: end2end/javalin_postgres.py }
4646
- { name: JavalinMySQLKotlin, test_file: end2end/javalin_mysql_kotlin.py }
4747
java-version: [17, 18, 19, 20, 21]
48-
distribution: ['adopt', 'corretto', 'graalvm', 'oracle']
48+
distribution: ['adopt', 'corretto', 'oracle']
4949
steps:
5050
- name: Download build artifacts
5151
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', 'graalvm', 'oracle']
42+
distribution: ['adopt', 'corretto', 'oracle']
4343

4444
steps:
4545
- name: Download build artifacts

0 commit comments

Comments
 (0)