From c149053cdb8f7979ffd8d17a9e2aa2fb890cbefe Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 2 Mar 2024 10:21:35 +0100 Subject: [PATCH 1/2] feat: bump dev dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bfe23a855..ab9f4b442 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,9 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5", - "symfony/http-client": "^5.4 || ^6.3", - "symfony/stopwatch": "~2.5 || ~5.0" + "phpunit/phpunit": "^9.6", + "symfony/http-client": "^5.4 || ^6.4 || ^7.0", + "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" }, "suggest": { "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.", From 1a4874c7a9ce57ec2368aa9933774702d57dd2af Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 14 Oct 2024 12:24:10 +0200 Subject: [PATCH 2/2] chore: add testruns for PHP 8.4 --- .github/workflows/component.yml | 2 +- .github/workflows/php.yml | 2 +- .github/workflows/provider.yml | 2 +- src/Common/.github/workflows/component.yml | 2 +- src/Http/.github/workflows/component.yml | 2 +- src/Plugin/.github/workflows/component.yml | 2 +- src/Provider/AlgoliaPlaces/.github/workflows/provider.yml | 2 +- src/Provider/ArcGISOnline/.github/workflows/provider.yml | 2 +- src/Provider/AzureMaps/.github/workflows/provider.yml | 2 +- src/Provider/BingMaps/.github/workflows/provider.yml | 2 +- src/Provider/Cache/.github/workflows/provider.yml | 2 +- src/Provider/Chain/.github/workflows/provider.yml | 2 +- src/Provider/FreeGeoIp/.github/workflows/provider.yml | 2 +- src/Provider/GeoIP2/.github/workflows/provider.yml | 2 +- src/Provider/GeoPlugin/.github/workflows/provider.yml | 2 +- src/Provider/GeocodeEarth/.github/workflows/provider.yml | 2 +- src/Provider/Geonames/.github/workflows/provider.yml | 2 +- src/Provider/GoogleMaps/.github/workflows/provider.yml | 2 +- src/Provider/GoogleMapsPlaces/.github/workflows/provider.yml | 2 +- src/Provider/GraphHopper/.github/workflows/provider.yml | 2 +- src/Provider/Here/.github/workflows/provider.yml | 2 +- src/Provider/HostIp/.github/workflows/provider.yml | 2 +- src/Provider/IP2Location/.github/workflows/provider.yml | 2 +- src/Provider/IP2LocationBinary/.github/workflows/provider.yml | 2 +- src/Provider/IpInfo/.github/workflows/provider.yml | 2 +- src/Provider/IpInfoDb/.github/workflows/provider.yml | 2 +- src/Provider/Ipstack/.github/workflows/provider.yml | 2 +- src/Provider/LocationIQ/.github/workflows/provider.yml | 2 +- src/Provider/MapQuest/.github/workflows/provider.yml | 2 +- src/Provider/MapTiler/.github/workflows/provider.yml | 2 +- src/Provider/Mapbox/.github/workflows/provider.yml | 2 +- src/Provider/MaxMind/.github/workflows/provider.yml | 2 +- src/Provider/MaxMindBinary/.github/workflows/provider.yml | 2 +- src/Provider/Nominatim/.github/workflows/provider.yml | 2 +- src/Provider/OpenCage/.github/workflows/provider.yml | 2 +- src/Provider/OpenRouteService/.github/workflows/provider.yml | 2 +- src/Provider/Pelias/.github/workflows/provider.yml | 2 +- src/Provider/Photon/.github/workflows/provider.yml | 2 +- src/Provider/PickPoint/.github/workflows/provider.yml | 2 +- src/Provider/TomTom/.github/workflows/provider.yml | 2 +- src/Provider/Yandex/.github/workflows/provider.yml | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/.github/workflows/component.yml b/.github/workflows/component.yml index 4c04030d8..cf7da6ff7 100644 --- a/.github/workflows/component.yml +++ b/.github/workflows/component.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] component: [Common, Http, Plugin] name: PHP ${{ matrix.php-version }} / ${{ matrix.component }} diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 23e206df5..8e8fec332 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] deps: ['low', 'high'] name: PHP ${{ matrix.php-version }} (${{ matrix.deps }}) steps: diff --git a/.github/workflows/provider.yml b/.github/workflows/provider.yml index c7a515b24..1a996c94c 100644 --- a/.github/workflows/provider.yml +++ b/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] provider: - AlgoliaPlaces - ArcGISOnline diff --git a/src/Common/.github/workflows/component.yml b/src/Common/.github/workflows/component.yml index 1959046e5..92d63bf06 100644 --- a/src/Common/.github/workflows/component.yml +++ b/src/Common/.github/workflows/component.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Http/.github/workflows/component.yml b/src/Http/.github/workflows/component.yml index 1959046e5..92d63bf06 100644 --- a/src/Http/.github/workflows/component.yml +++ b/src/Http/.github/workflows/component.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Plugin/.github/workflows/component.yml b/src/Plugin/.github/workflows/component.yml index 1959046e5..92d63bf06 100644 --- a/src/Plugin/.github/workflows/component.yml +++ b/src/Plugin/.github/workflows/component.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/AlgoliaPlaces/.github/workflows/provider.yml b/src/Provider/AlgoliaPlaces/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/AlgoliaPlaces/.github/workflows/provider.yml +++ b/src/Provider/AlgoliaPlaces/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/ArcGISOnline/.github/workflows/provider.yml b/src/Provider/ArcGISOnline/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/ArcGISOnline/.github/workflows/provider.yml +++ b/src/Provider/ArcGISOnline/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/AzureMaps/.github/workflows/provider.yml b/src/Provider/AzureMaps/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/AzureMaps/.github/workflows/provider.yml +++ b/src/Provider/AzureMaps/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/BingMaps/.github/workflows/provider.yml b/src/Provider/BingMaps/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/BingMaps/.github/workflows/provider.yml +++ b/src/Provider/BingMaps/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Cache/.github/workflows/provider.yml b/src/Provider/Cache/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Cache/.github/workflows/provider.yml +++ b/src/Provider/Cache/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Chain/.github/workflows/provider.yml b/src/Provider/Chain/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Chain/.github/workflows/provider.yml +++ b/src/Provider/Chain/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/FreeGeoIp/.github/workflows/provider.yml b/src/Provider/FreeGeoIp/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/FreeGeoIp/.github/workflows/provider.yml +++ b/src/Provider/FreeGeoIp/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/GeoIP2/.github/workflows/provider.yml b/src/Provider/GeoIP2/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/GeoIP2/.github/workflows/provider.yml +++ b/src/Provider/GeoIP2/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/GeoPlugin/.github/workflows/provider.yml b/src/Provider/GeoPlugin/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/GeoPlugin/.github/workflows/provider.yml +++ b/src/Provider/GeoPlugin/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/GeocodeEarth/.github/workflows/provider.yml b/src/Provider/GeocodeEarth/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/GeocodeEarth/.github/workflows/provider.yml +++ b/src/Provider/GeocodeEarth/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Geonames/.github/workflows/provider.yml b/src/Provider/Geonames/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Geonames/.github/workflows/provider.yml +++ b/src/Provider/Geonames/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/GoogleMaps/.github/workflows/provider.yml b/src/Provider/GoogleMaps/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/GoogleMaps/.github/workflows/provider.yml +++ b/src/Provider/GoogleMaps/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/GoogleMapsPlaces/.github/workflows/provider.yml b/src/Provider/GoogleMapsPlaces/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/GoogleMapsPlaces/.github/workflows/provider.yml +++ b/src/Provider/GoogleMapsPlaces/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/GraphHopper/.github/workflows/provider.yml b/src/Provider/GraphHopper/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/GraphHopper/.github/workflows/provider.yml +++ b/src/Provider/GraphHopper/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Here/.github/workflows/provider.yml b/src/Provider/Here/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Here/.github/workflows/provider.yml +++ b/src/Provider/Here/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/HostIp/.github/workflows/provider.yml b/src/Provider/HostIp/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/HostIp/.github/workflows/provider.yml +++ b/src/Provider/HostIp/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/IP2Location/.github/workflows/provider.yml b/src/Provider/IP2Location/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/IP2Location/.github/workflows/provider.yml +++ b/src/Provider/IP2Location/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/IP2LocationBinary/.github/workflows/provider.yml b/src/Provider/IP2LocationBinary/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/IP2LocationBinary/.github/workflows/provider.yml +++ b/src/Provider/IP2LocationBinary/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/IpInfo/.github/workflows/provider.yml b/src/Provider/IpInfo/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/IpInfo/.github/workflows/provider.yml +++ b/src/Provider/IpInfo/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/IpInfoDb/.github/workflows/provider.yml b/src/Provider/IpInfoDb/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/IpInfoDb/.github/workflows/provider.yml +++ b/src/Provider/IpInfoDb/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Ipstack/.github/workflows/provider.yml b/src/Provider/Ipstack/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Ipstack/.github/workflows/provider.yml +++ b/src/Provider/Ipstack/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/LocationIQ/.github/workflows/provider.yml b/src/Provider/LocationIQ/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/LocationIQ/.github/workflows/provider.yml +++ b/src/Provider/LocationIQ/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/MapQuest/.github/workflows/provider.yml b/src/Provider/MapQuest/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/MapQuest/.github/workflows/provider.yml +++ b/src/Provider/MapQuest/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/MapTiler/.github/workflows/provider.yml b/src/Provider/MapTiler/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/MapTiler/.github/workflows/provider.yml +++ b/src/Provider/MapTiler/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Mapbox/.github/workflows/provider.yml b/src/Provider/Mapbox/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Mapbox/.github/workflows/provider.yml +++ b/src/Provider/Mapbox/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/MaxMind/.github/workflows/provider.yml b/src/Provider/MaxMind/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/MaxMind/.github/workflows/provider.yml +++ b/src/Provider/MaxMind/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/MaxMindBinary/.github/workflows/provider.yml b/src/Provider/MaxMindBinary/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/MaxMindBinary/.github/workflows/provider.yml +++ b/src/Provider/MaxMindBinary/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Nominatim/.github/workflows/provider.yml b/src/Provider/Nominatim/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Nominatim/.github/workflows/provider.yml +++ b/src/Provider/Nominatim/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/OpenCage/.github/workflows/provider.yml b/src/Provider/OpenCage/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/OpenCage/.github/workflows/provider.yml +++ b/src/Provider/OpenCage/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/OpenRouteService/.github/workflows/provider.yml b/src/Provider/OpenRouteService/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/OpenRouteService/.github/workflows/provider.yml +++ b/src/Provider/OpenRouteService/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Pelias/.github/workflows/provider.yml b/src/Provider/Pelias/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Pelias/.github/workflows/provider.yml +++ b/src/Provider/Pelias/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Photon/.github/workflows/provider.yml b/src/Provider/Photon/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Photon/.github/workflows/provider.yml +++ b/src/Provider/Photon/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/PickPoint/.github/workflows/provider.yml b/src/Provider/PickPoint/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/PickPoint/.github/workflows/provider.yml +++ b/src/Provider/PickPoint/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/TomTom/.github/workflows/provider.yml b/src/Provider/TomTom/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/TomTom/.github/workflows/provider.yml +++ b/src/Provider/TomTom/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} diff --git a/src/Provider/Yandex/.github/workflows/provider.yml b/src/Provider/Yandex/.github/workflows/provider.yml index 096ef437e..590442d49 100644 --- a/src/Provider/Yandex/.github/workflows/provider.yml +++ b/src/Provider/Yandex/.github/workflows/provider.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }}