From 9bb7e2b57c3e722cabc6c8f96a9f9cb6c449b479 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Fri, 12 Nov 2021 19:14:08 +0100 Subject: [PATCH] Test PHP 8.1 --- .github/workflows/ci.yml | 8 ++++---- composer.json | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eed2329..f039bf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,14 +5,14 @@ on: [push, pull_request] jobs: tests: runs-on: ubuntu-latest - + strategy: matrix: - php: [8.0, 7.4, 7.3, 7.2] + php: [8.1, 8.0, 7.4, 7.3] release: [stable, lowest] - include: + include: - php: 7.4 - release: stable + release: stable coverage: xdebug steps: diff --git a/composer.json b/composer.json index aed3cae..226cd9d 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,10 @@ ], "require": { "php": "^7.1.3|^8.0", - "symfony/process": "^4.2 || ^5.0" + "symfony/process": "^4.2|^5.0" }, "require-dev": { - "mockery/mockery": "^1.3.2", - "orchestra/testbench": "^5.0" + "orchestra/testbench": "^6.22" }, "autoload": { "psr-4": {