diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7481718b..4fb07969 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1] + php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1] stability: [prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}