diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml index aa9fe3aad7913..8444f010fed38 100644 --- a/.github/workflows/ftp.yml +++ b/.github/workflows/ftp.yml @@ -21,7 +21,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['8.0'] ftpd: ['proftpd', 'vsftpd', 'pure-ftpd'] name: php${{ matrix.php-versions }}-${{ matrix.ftpd }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 983b0af6d93e5..b099befb80719 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0', '8.1', '8.2'] + php-versions: ['8.0', '8.1', '8.2'] name: php${{ matrix.php-versions }} lint steps: - name: Checkout @@ -29,7 +29,7 @@ jobs: - name: Set up php uses: shivammathur/setup-php@master with: - php-version: 7.4 + php-version: 8.0 extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none tools: cs2pr diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index adcc48dc90dbd..108cc5c3f878b 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php-versions: [ '7.4', '8.0', '8.1'] + php-versions: [ '8.0', '8.1'] services: oracle: diff --git a/.github/workflows/s3-external.yml b/.github/workflows/s3-external.yml index 8c2cdd7cfd1c9..94d5ee1b3cfb1 100644 --- a/.github/workflows/s3-external.yml +++ b/.github/workflows/s3-external.yml @@ -21,7 +21,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['8.0'] name: php${{ matrix.php-versions }}-minio @@ -70,7 +70,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['8.0'] name: php${{ matrix.php-versions }}-localstack diff --git a/.github/workflows/smb-kerberos.yml b/.github/workflows/smb-kerberos.yml index 2875a7f4fbd20..c81301e75c57b 100644 --- a/.github/workflows/smb-kerberos.yml +++ b/.github/workflows/smb-kerberos.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['8.0'] name: php${{ matrix.php-versions }}-${{ matrix.ftpd }} diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 31ee0f89fa203..436be00dbadb8 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -13,10 +13,10 @@ jobs: auth_header="$(git config --local --get http.https://github.com/.extraheader)" git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - - name: Set up php7.4 + - name: Set up php uses: shivammathur/setup-php@master with: - php-version: 7.4 + php-version: 8.0 extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install @@ -39,10 +39,10 @@ jobs: auth_header="$(git config --local --get http.https://github.com/.extraheader)" git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - - name: Set up php7.4 + - name: Set up php uses: shivammathur/setup-php@master with: - php-version: 7.4 + php-version: 8.0 extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 42f2d7450e719..574f12ad84241 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -22,10 +22,10 @@ jobs: ref: ${{ matrix.branches }} submodules: true - - name: Set up php7.4 + - name: Set up php uses: shivammathur/setup-php@v2 with: - php-version: 7.4 + php-version: 8.0 extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none