diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index f05c814..7d888b8 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -21,6 +21,7 @@ jobs: - php: '8.0' - php: '8.1' - php: '8.2' + - php: '8.3' # Steps represent a sequence of tasks that will be executed as part of the job name: "PHP${{ matrix.php }} ${{ matrix.composer-flags }}" steps: