diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4ff881e7..e8e39766 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -29,14 +29,11 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-22.04, ubuntu-20.04, windows-2019, macos-latest] - php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] include: - operating-system: ubuntu-22.04 php-versions: '' php-version-file: 'php-version-file' - exclude: - - operating-system: macos-latest - php-versions: '8.3' env: extensions: xml, opcache, xdebug, pcov, gd key: cache-v5