diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0abaa7..12d947b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4','8.0', '8.1', '8.2'] + php-versions: ['7.4','8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: