Upgrade Feign to 10.11. Remove some deprecations. Refactor. (#767)
This commit is contained in:
committed by
GitHub
parent
b3578fc454
commit
5b0f9f74af
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@@ -5,9 +5,9 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ 3.1.x ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ 3.1.x ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
java: ["8", "11", "16"]
|
||||
java: ["8"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user