From 3a2071293f51fb51b2b20b00503a7ef79d52222f Mon Sep 17 00:00:00 2001 From: Luc Wollants Date: Mon, 9 Sep 2024 12:56:23 +0200 Subject: [PATCH] Add PHP 8.1 to the PHP versions matrix for CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 032f248a..e47b5a9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] name: PHP ${{ matrix.php-versions }} steps: - name: 📤 Checkout project @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] name: Code style (PHP ${{ matrix.php-versions }}) steps: - name: 📤 Checkout project @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] name: Static analysis (PHP ${{ matrix.php-versions }}) steps: - name: 📤 Checkout project