diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1401b1bc..6022f100 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: matrix: include: # Lowest Deps - - php: 8.0 + - php: 8.1 symfony-require: 5.4.* composer-flags: '--prefer-stable --prefer-lowest' # LTS with latest stable PHP diff --git a/composer.json b/composer.json index b74b7a6a..40ddac90 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "sort-packages": true }, "require": { - "php": ">=8.0", + "php": ">=8.1", "giggsey/libphonenumber-for-php": "^8.9", "symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0", "symfony/intl": "^5.4 || ^6.3 || ^7.0",