From 6e670e5ca50d026144fa27511f2781c788fab02e Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 10 Aug 2020 22:47:38 +0200 Subject: [PATCH] Add Telegraf 1.13 and 1.15 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 574551f..8bf6efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - telegraf: ['1.12', '1.14'] + telegraf: ['1.12', '1.13', '1.14', '1.15'] steps: - uses: actions/checkout@v1 - run: docker image build --build-arg TAG_VERSION=${{ matrix.telegraf }} -t "${DOCKER_IMAGE}:${{ matrix.telegraf }}" . --no-cache --build-arg VERSION=${{ matrix.telegraf }} @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - telegraf: ['1.12', '1.14'] + telegraf: ['1.12', '1.13', '1.14', '1.15'] steps: - uses: actions/checkout@v1 - name: Install clair-scanner