diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index d4b9789..ea1ed66 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -67,7 +67,7 @@ jobs: strategy: matrix: - php-versions: ['8.0', '8.1', '8.2'] + php-versions: ['8.1', '8.2', '8.3'] steps: - name: Checkout Repository