From e84958e2a1b28679749d55ad0d2f69f28d4ce968 Mon Sep 17 00:00:00 2001 From: Jeidison Farias Date: Thu, 5 Oct 2023 16:32:36 -0300 Subject: [PATCH] Adding version 8.2 in the ci-cd.yml file. --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a7d8157..b0c47d3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['8.0', '8.1'] + version: ['8.0', '8.1', '8.2'] steps: - name: Checkout code