diff --git a/.github/workflows/codacy_coverage.yml b/.github/workflows/codacy_coverage.yml index a782c0c1..92d2d427 100644 --- a/.github/workflows/codacy_coverage.yml +++ b/.github/workflows/codacy_coverage.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.3'] + php-versions: ['8.4'] name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} - Execute All Tests With coverage