Skip to content

Commit d8684bf

Browse files
committed
use the right java version on java11 feing workflow
1 parent 0a11a94 commit d8684bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-framework-v2-java11-feign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
##### DYNAMIC: Dependent on build environment
106106
###############################################
107107
matrix:
108-
java-version: [1.8]
108+
java-version: [11]
109109
###############################################
110110
##### END DYNAMIC: Dependent on build environment
111111
###############################################

0 commit comments

Comments
 (0)