diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d4243ee..101fc69 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - php-versions: ["7.2", "7.3", "7.4", "8.0"] + php-versions: ["7.4", "8.0", "8.1", "8.2"] runs-on: ubuntu-latest steps: @@ -39,4 +39,4 @@ jobs: run: composer update --prefer-dist --no-progress - name: Run test suite - run: composer run-script test \ No newline at end of file + run: composer run-script test diff --git a/composer.json b/composer.json index 85ca1bd..56ddd77 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": ">=7.2", + "php": ">=7.4", "ext-mbstring": "*", "ext-intl": "*" },