diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 567313ab3..d6535c563 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php-versions: ['7.3', '7.4'] + php-versions: ['7.3', '7.4', '8.0'] name: php${{ matrix.php-versions }} steps: diff --git a/composer.json b/composer.json index 2c510a2bf..ef470d982 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "optimize-autoloader": true, "classmap-authoritative": true, "platform": { - "php": "7.2" + "php": "7.3" } }, "scripts": {