Skip to content

Commit

Permalink
Update test_matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 7842e58 commit 2dd9891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
syslog-version: [3.25.1,master]
syslog-version: ['3.25.1','master' ]

steps:
- name: Checkout private tools
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
splunk-version: [7.2, 7.3, 8.0]
splunk-version: ['7.2', '7.3', '8.0', 'latest']

steps:
- name: Checkout private tools
Expand Down

0 comments on commit 2dd9891

Please sign in to comment.