diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c28e00050..94b9d1ab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id strategy: matrix: - consul: [1.6.10, 1.7.14, 1.8.19, 1.9.17, 1.10.12, 1.11.11, 1.12.9, 1.13.9, 1.14.8, 1.15.4, 1.16.0] + consul: [1.6.10, 1.7.14, 1.8.19, 1.9.17, 1.10.12, 1.11.11, 1.12.9, 1.13.9, 1.14.9, 1.15.5, 1.16.1] framework: [net461, net5.0, net6.0, net7.0] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false @@ -92,8 +92,12 @@ jobs: if: ${{ env.CONSUL_LICENSE != '' || !startsWith(matrix.consul, '1.1') }} run: | echo "RUN_CONSUL_ENTERPRISE_TESTS=1" >> $GITHUB_ENV - env: - CONSUL_LICENSE: ${{ secrets.CONSUL_LICENSE }} + + # We've decided to pause using the CONSUL_LICENSE for tests because the license would need to be renewed periodically. + # Otherwise, new builds of consul are going to fail with "license expiration date is before version build date" errors. + # Mind that, we are still running enterprise 1.10.0. + # env: + # CONSUL_LICENSE: ${{ secrets.CONSUL_LICENSE }} - name: Download Consul shell: bash run: |