Skip to content

Commit

Permalink
Test matrix
Browse files Browse the repository at this point in the history
Run tests againse
          - "unstable"
          - "8.0"
          - "7.4"
          - "7.2"
  • Loading branch information
ggivo committed Jan 21, 2025
1 parent d4a39c4 commit 9c677ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
*) echo "Unsupported version: ${{ matrix.redis_version }}" && exit 1 ;;
esac
# Save them as outputs for later use
echo "redis_branch=$redis_branch" >> $GITHUB_ENV
echo "redis_stack_version=$stack_version" >> $GITHUB_ENV
echo "redis_branch=$redis_branch" >> $GITHUB_OUTPUT
echo "redis_stack_version=$stack_version" >> $GITHUB_OUTPUT
- name: Checkout project
uses: actions/checkout@v4
- name: Set Java up in the runner
Expand Down

0 comments on commit 9c677ca

Please sign in to comment.