diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b649a33..5290a2c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-version: ['7.3', '7.4'] + php-version: ['7.3', '7.4', '8.0'] dependencies: [''] include: - { php-version: '7.3', dependencies: '--prefer-lowest --prefer-stable' } diff --git a/composer.json b/composer.json index 812a324..95f7c28 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "friendsofphp/php-cs-fixer": "^2.16.3", "slevomat/coding-standard": "^6.4.1", "symplify/easy-coding-standard": "^9.0.50"