Merge branch 'master' of github.com:redisson/redisson

pull/3478/head
Nikita Koksharov 4 years ago
commit f9e8226404

@ -31,6 +31,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
# with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.

Loading…
Cancel
Save