algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
47 stars 33 forks source link

fix(ci): replace legacy docker image #759

Closed aallam closed 2 years ago

aallam commented 2 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Related Issue n/a
Need Doc update no

Describe your change

Replaces legacy CircleCI docker image. See https://circleci.com/developer/images/image/cimg/openjdk

Ant-hem commented 2 years ago

Looks good, but I wonder why the java-11 check didn't start 🤔

aallam commented 2 years ago

Looks good, but I wonder why the java-11 check didn't start 🤔

Because tasks now run sequentially, preventing errors due to concurrent access to some resources during tests :D