Skip to content

Commit c0d0242

Browse files
committed
Modify GH Workflow for EA builds
1 parent d5ef107 commit c0d0242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jdk-ea.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: JDK EA
2+
name: ebean-datasource EA
33

44
on:
55
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
java_version: [17,18,19,loom,valhalla,metropolis,panama]
19+
java_version: [17,18,19]
2020
os: [ubuntu-latest]
2121

2222
steps:

0 commit comments

Comments
 (0)