diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 903b45c..11a296c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - php-versions: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"] + php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1"] runs-on: ubuntu-latest steps: