From 8a0de4a84dcccc1f7db3f4dfaa995535573829cd Mon Sep 17 00:00:00 2001 From: Gerson Felipe Schwinn Date: Tue, 5 Mar 2024 16:01:50 -0300 Subject: [PATCH 1/3] Adicioanndo php 8.3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cd71f39..8448bbca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ on: jobs: testsuite: name: Testes Automatizados - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: - php-version: ["7.4", "8.0", "8.1", "8.2"] + php-version: ["7.4", "8.0", "8.1", "8.2", "8.3"] steps: - name: Setup PHP @@ -27,7 +27,7 @@ jobs: coverage: pcov - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Composer Install run: | From 14f97a3b4e4b478db39f91a98ba9e74754a8e2dd Mon Sep 17 00:00:00 2001 From: Gerson Felipe Schwinn Date: Tue, 5 Mar 2024 16:03:33 -0300 Subject: [PATCH 2/3] =?UTF-8?q?Voltando=20a=20vers=C3=A3o=20do=20ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8448bbca..123284ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: testsuite: name: Testes Automatizados - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: From e28c48d7402b69cf4e7db2f589c81a2a780085f2 Mon Sep 17 00:00:00 2001 From: Gerson Felipe Schwinn Date: Tue, 5 Mar 2024 16:12:25 -0300 Subject: [PATCH 3/3] Atualizando codecov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 123284ee..a9c5bdd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,4 +52,4 @@ jobs: - name: Submit code coverage if: matrix.php-version == '8.2' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4