diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 386cf22..e729d65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: ['7.4', '8.1', '8.2', '8.3', '8.4', '8.5'] + php_version: ['7.4', '8.1', '8.2', '8.3', '8.4'] include: - php_version: '7.4' lsphp: 'lsphp74' @@ -87,8 +87,6 @@ jobs: lsphp: 'lsphp83' - php_version: '8.4' lsphp: 'lsphp84' - - php_version: '8.5' - lsphp: 'lsphp85' steps: - name: Checkout uses: actions/checkout@v4