diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f694360..9d7d463 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,14 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.2 - uses: actions/cache@v2 id: cache-composer with: path: ~/.composer/cache - key: composer-php-8.0-${{ github.sha }} - restore-keys: composer-php-8.0- + key: composer-php-8.2-${{ github.sha }} + restore-keys: composer-php-8.2- - name: Install dependencies run: composer update --prefer-dist --no-progress --no-suggest @@ -37,7 +37,7 @@ jobs: name: Unit tests strategy: matrix: - php: [ 8.0, 8.1 ] + php: [ 8.0, 8.1, 8.2 ] os: [ ubuntu-latest ] include: - os: [ ubuntu-latest ] @@ -72,7 +72,7 @@ jobs: name: Functionnal tests strategy: matrix: - php: [ 8.0, 8.1 ] + php: [ 8.0, 8.1, 8.2 ] os: [ ubuntu-latest ] include: - os: [ ubuntu-latest ] diff --git a/composer.json b/composer.json index 887049a..9382b15 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "behat/behat": "3.10.0", "friends-of-behat/symfony-extension": "^2.3.0", "fakerphp/faker": "^1.12.1", - "monolog/monolog": "^3.4", + "monolog/monolog": "^3.4 || ^2.9", "masterminds/html5": "^2.8" }, "autoload": {