diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 24c7eeb..5eee478 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, windows-latest, macOS-latest] - php-versions: ['7.1', '7.2', '7.3', '7.4'] + php-versions: ['7.4', '8.0', '8.1'] name: Test with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} steps: - name: Checkout diff --git a/composer.json b/composer.json index 2d30cfe..334e5c4 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": "^7.1", + "php": "^7.4||^8.0", "phpseclib/phpseclib": "^2.0", "ext-bcmath": "*" },