Skip to content

Commit

Permalink
ispn 14.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Feb 6, 2023
1 parent c8ef7b7 commit da312b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: infinispan-netcore-tests
env:
ISPN_VER: "12.1.14.Final"
ISPN_VER: "14.0.6.Final"
CLIENT_VERSION: ${{ github.event.release.tag_name }}
on:
pull_request:
Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:
set PROTOBUF_PROTOC_EXECUTABLE=${{ github.workspace }}\libs\bin\protoc.exe
set PROTOBUF_PROTOC_LIBRARY=${{ github.workspace }}\libs\lib\libprotoc.lib
set PROTOBUF_INCLUDE_DIR=${{ github.workspace }}\libs\include
set INFINISPAN_VERSION=12.1.14.Final
set INFINISPAN_VERSION=14.0.6.Final
set CLIENT_VERSION=%GITHUB_REF_NAME%
build.bat

0 comments on commit da312b2

Please sign in to comment.