From e9a6e08dddaa99dd1f8d7d3453d0320bdb3613c7 Mon Sep 17 00:00:00 2001 From: Vlad Gregurco Date: Thu, 2 Jan 2025 22:02:43 +0200 Subject: [PATCH] Upgrade pipelines version of PHP and Symfony --- .github/workflows/phpunit.yml | 6 +++--- README.md | 2 +- tests/DependencyInjection/ConfigurationTest.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index acafda8..9a821fa 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -13,17 +13,17 @@ jobs: os: [ubuntu-latest] php: - '7.2' - - '8.3' + - '8.4' symfony: - '5.0.*' - '5.4.*' # LTS - '6.0.*' - - '7.0.*' + - '7.2.*' exclude: - php: '7.2' symfony: '6.0.*' # requires PHP >=8.1 - php: '7.2' - symfony: '7.0.*' # requires PHP >=8.2 + symfony: '7.2.*' # requires PHP >=8.2 runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index 7586d50..6ccd963 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ GuzzleBundle follows semantic versioning. Read more on [semver.org][2]. ---- ## Prerequisites - - PHP 7.1 or higher + - PHP 7.2 or higher - Symfony 5.x or 6.x or 7.x ---- diff --git a/tests/DependencyInjection/ConfigurationTest.php b/tests/DependencyInjection/ConfigurationTest.php index 500af4c..c7cbd77 100644 --- a/tests/DependencyInjection/ConfigurationTest.php +++ b/tests/DependencyInjection/ConfigurationTest.php @@ -308,7 +308,7 @@ public function testCustomHandlerOption() * @param array $options * @param null|array $expects */ - public function testValidOptions(array $options, array $expects = null) + public function testValidOptions(array $options, ?array $expects = null) { $config = [ 'eight_points_guzzle' => [