Skip to content

Commit e6ec698

Browse files
authored
Merge pull request #11232 from swagger-api/java11-feing-workflow-fix
use the right java version on java11 feing workflow
2 parents 0a11a94 + d8684bf commit e6ec698

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)