diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b07a445e5..586062600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 extensions: :apcu, :imagick coverage: none tools: none @@ -42,7 +42,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 extensions: :apcu, :imagick coverage: none tools: none