diff --git a/.github/workflows/guzzle-logger-check.yml b/.github/workflows/guzzle-logger-check.yml index fcc0707..f08b4ba 100644 --- a/.github/workflows/guzzle-logger-check.yml +++ b/.github/workflows/guzzle-logger-check.yml @@ -25,8 +25,13 @@ jobs: restore-keys: | ${{ runner.os }}-php- + - name: Setup PHP + uses: shivammathur/setup-php@2.25.1 + with: + php-version: 8.2 + - name: 🛠️Install dependencies - run: composer install --prefer-dist --no-progress + run: composer install --no-interaction --prefer-dist --no-progress - name: ✔Check-Composer-audit run: composer audit @@ -43,7 +48,7 @@ jobs: - name: Setup PHP with Xdebug uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' coverage: xdebug - name: 🧪Run test suite diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac5c6b..6249c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0] - 2023-11-23 + +### Changed +- Upgrades runtime to php 8.2. + ## [0.1.1] - 2023-07-10 ### Changed diff --git a/composer.json b/composer.json index 8f9a735..1e32ec3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "ext-json": "*", "guzzlehttp/guzzle": "^7.7", "psr/log": "^3.0" diff --git a/rector.php b/rector.php index f691600..cbb7110 100644 --- a/rector.php +++ b/rector.php @@ -15,7 +15,7 @@ // define sets of rules $rectorConfig->sets([ - LevelSetList::UP_TO_PHP_81, + LevelSetList::UP_TO_PHP_82, ]); $rectorConfig->skip([