diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d51f2329..b8c4d695 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, windows-latest ] - php: [ "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ] + php: [ "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ] name: PHP ${{ matrix.php }} - ${{ matrix.os }} runs-on: ${{ matrix.os }}