diff --git a/.github/workflows/contenthub-console-actions.yml b/.github/workflows/contenthub-console-actions.yml index a3e8c2b..ec265c9 100644 --- a/.github/workflows/contenthub-console-actions.yml +++ b/.github/workflows/contenthub-console-actions.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php-version: [ '7.4', '8.1', '8.2' ] + php-version: [ '7.4', '8.1', '8.2', '8.3' ] steps: # This step checks out a copy of your repository. - name: Checkout