From 298b209059635cb558c9db602f0b5fcc260cea97 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Fri, 6 Dec 2024 15:23:02 +0100 Subject: [PATCH] Add support to PHP 8.4 --- .github/workflows/continuous-integration.yml | 3 ++- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2969c59c6..7649e16e0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -22,6 +22,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" steps: - name: Checkout @@ -96,7 +97,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 8.4 coverage: none - name: Install dependencies diff --git a/composer.json b/composer.json index cf7318eee..0fae6ab99 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "require": { - "php": "^8.1 || ^8.2", + "php": ">=8.1", "respect/stringifier": "^2.0.0", "symfony/polyfill-mbstring": "^1.28" }, @@ -36,7 +36,7 @@ "phpunit/phpunit": "^10.5", "psr/http-message": "^1.0 || ^2.0", "respect/coding-standard": "^4.0", - "sokil/php-isocodes": "^4.2", + "sokil/php-isocodes": "^4.2.1", "sokil/php-isocodes-db-only": "^4.0", "squizlabs/php_codesniffer": "^3.8", "symfony/var-exporter": "^6.4 || ^7.0"