aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/files-external-sftp.yml
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2024-04-01 17:31:57 +0200
committerRichard Steinmetz <richard@steinmetz.cloud>2024-04-08 11:28:54 +0200
commit9ef70f0c4e94bd32d6b7732d4735c561901cb3df (patch)
treecc21e363dee05f61e6a555df36337f07b713fb11 /.github/workflows/files-external-sftp.yml
parent4299c37ae95e571d4e7352293096cb47ee0c752e (diff)
downloadnextcloud-server-9ef70f0c4e94bd32d6b7732d4735c561901cb3df.tar.gz
nextcloud-server-9ef70f0c4e94bd32d6b7732d4735c561901cb3df.zip
feat: drop support for php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to '.github/workflows/files-external-sftp.yml')
-rw-r--r--.github/workflows/files-external-sftp.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/files-external-sftp.yml b/.github/workflows/files-external-sftp.yml
index efdf8d690ed..32ab022be28 100644
--- a/.github/workflows/files-external-sftp.yml
+++ b/.github/workflows/files-external-sftp.yml
@@ -3,7 +3,7 @@ on:
pull_request:
schedule:
- cron: "5 2 * * *"
-
+
concurrency:
group: files-external-sftp-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
@@ -41,10 +41,10 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['8.0', '8.3']
+ php-versions: ['8.1', '8.3']
sftpd: ['openssh']
include:
- - php-versions: '8.0'
+ - php-versions: '8.1'
coverage: ${{ github.event_name != 'pull_request' }}
name: php${{ matrix.php-versions }}-${{ matrix.sftpd }}