File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,27 @@ jobs:
1616 include :
1717 - run-id : amd64_linux
1818 os : ubuntu-latest
19+ apama-version : 10.5.3.2
1920
2021 - run-id : amd64_win
2122 os : windows-latest
23+ apama-version : 10.5.3.2
2224
23- env :
24- # The 4-digit version to download from http://www.apamacommunity.com/downloads/
25- SETUP_APAMA_VERSION : 10.5.3.2
25+ - run-id : amd64_linux
26+ os : ubuntu-latest
27+ apama-version : 10.1.0.5
28+
29+ - run-id : amd64_win
30+ os : windows-latest
31+ apama-version : 10.1.0.5
32+
33+ - run-id : amd64_linux_oldest
34+ os : ubuntu-latest
35+ apama-version : 9.10.0.3
36+
37+ - run-id : amd64_win_oldest
38+ os : windows-latest
39+ apama-version : 9.10.0.3
2640
2741 runs-on : ${{matrix.os}}
2842
@@ -37,11 +51,12 @@ jobs:
3751 with :
3852 path : ~/cached-apama-installation.tar
3953 # To use a clean cache, update the number at the end of this key
40- key : apama-${{ runner.os }}-${{ env.SETUP_APAMA_VERSION }}-cache1
54+ key : apama-${{ runner.os }}-${{ matrix.apama-version }}-cache1
4155
4256 - uses : ./
4357 with :
44- apama-version : ${{ env.SETUP_APAMA_VERSION }}
58+ # The 4-digit version to download from http://www.apamacommunity.com/downloads/
59+ apama-version : ${{ matrix.apama-version }}
4560
4661 - name : Test the Apama installation
4762 shell : bash
Original file line number Diff line number Diff line change 77
88name : ' Setup Apama'
99description : ' Install Software AG Apama Community Edition and add it to your GitHub Actions environment'
10+ author : Software AG
1011inputs :
1112 apama-version :
1213 description : ' The 4 digit version to install from https://downloads.apamacommunity.com/apama, e.g. 10.5.3.2'
You can’t perform that action at this time.
0 commit comments