From 33bf62f2cdf5a2bdb241f6ed38a29bb20b852cf8 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 9 Apr 2022 15:26:01 +0200 Subject: [PATCH] Also test on PHP 8.1 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d4ffafb79..463cdb1ba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - php-version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"] + php-version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"] os: [ubuntu-latest] steps: - uses: actions/checkout@v3