diff --git a/.github/workflows/web-installer-test.yml b/.github/workflows/web-installer-test.yml index 6a705e1bd71..83756e9de97 100644 --- a/.github/workflows/web-installer-test.yml +++ b/.github/workflows/web-installer-test.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.2, 8.4] + php: [8.3, 8.4] steps: - name: Construct repository URL run: echo "REPOSITORY_URL=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" >> $GITHUB_ENV