-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix Github CI warnings regarding use of Nodejs 16. - Add Redis 7.2 to compatibility testing. - Use latest patch versions of Redis in compatibility testing.
- Loading branch information
Showing
3 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
name: Run static checkers | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Run clang-format style check (.c and .h) | ||
uses: jidicula/[email protected] | ||
|
||
|
@@ -53,10 +53,10 @@ jobs: | |
cmake -S hiredis-${VERSION} -B hiredis-build -DENABLE_SSL=ON | ||
sudo make -C hiredis-build install | ||
- name: Setup cmake | ||
uses: jwlawson/actions-setup-cmake@v1 | ||
uses: jwlawson/actions-setup-cmake@v2 | ||
with: | ||
cmake-version: ${{ matrix.cmake-version }} | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Create build folder | ||
run: cmake -E make_directory build | ||
- name: Generate makefiles | ||
|
@@ -102,7 +102,7 @@ jobs: | |
- name: Prepare | ||
run: | | ||
brew install cmake ninja openssl | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Build | ||
run: | | ||
mkdir build && cd build | ||
|
@@ -113,7 +113,7 @@ jobs: | |
name: Windows | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: ilammy/msvc-dev-cmd@v1 | ||
- name: Prepare | ||
run: | | ||
|
@@ -129,7 +129,7 @@ jobs: | |
name: Windows (MinGW64) | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Set up MinGW | ||
uses: msys2/setup-msys2@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters