Upgrade Feign to 10.11. Remove some deprecations. Refactor. (#767)

This commit is contained in:
Olga Maciaszek-Sharma
2022-10-10 14:16:40 +02:00
committed by GitHub
parent b3578fc454
commit 5b0f9f74af
23 changed files with 60 additions and 59 deletions

View File

@@ -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