From 8f14fd75aaf1e28575258ba424ba1f52d05cc394 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sat, 29 Jan 2022 21:23:14 -0300 Subject: [PATCH] Run CI on PHP 8.1 --- .github/workflows/behat.yml | 2 +- .github/workflows/phpunit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index 9d51e34..295bba5 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4', '8.0', '8.1'] name: php${{ matrix.php-versions }} steps: diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 15dc731..38434de 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,7 +12,7 @@ jobs: matrix: coverage: ['xdebug'] xdebug_mode: ['debug'] - php-versions: ['7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4', '8.0', '8.1'] name: php${{ matrix.php-versions }} steps: