Skip to content

Commit 5b00ab0

Browse files
committed
run it with some older versions of apama too, just to check it all works
1 parent c3fc23a commit 5b00ab0

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

.github/workflows/apama.yml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff 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

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
name: 'Setup Apama'
99
description: 'Install Software AG Apama Community Edition and add it to your GitHub Actions environment'
10+
author: Software AG
1011
inputs:
1112
apama-version:
1213
description: 'The 4 digit version to install from https://downloads.apamacommunity.com/apama, e.g. 10.5.3.2'

0 commit comments

Comments
 (0)