diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a57b70a..4720c4b 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest, macos-latest ] - php-versions: [ '7.2', '7.3', '7.4' ] + php-versions: [ '7.3', '7.4' ] steps: - name: Checkout