From 6b37d2ef86b2f1b598579abfcd62f8d1a7bd195e Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Fri, 2 Sep 2022 17:09:34 +0900 Subject: [PATCH] Test on additional versions of PHP --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e49b83..e4c29d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.4', '8.0'] + php: + - '7.4' + - '8.0' + - '8.1' + - '8.2' name: Linting - PHP ${{ matrix.php }} steps: