From f327fbb5bf9850a5c1c8ccff1d6a60f544e616bf Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Mon, 9 Oct 2023 20:46:07 +0200 Subject: [PATCH] test on php 8.2 and php 8.3 too --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c428ab7..ec8c032 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '7.3', '7.4', '8.0', '8.1' ] + php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] steps: - uses: actions/checkout@v2 @@ -36,4 +36,4 @@ jobs: run: composer install --prefer-dist --no-progress - name: Run test suite - run: composer run-script test \ No newline at end of file + run: composer run-script test