diff options
author | Joas Schilling <coding@schilljs.com> | 2024-08-27 17:48:33 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-27 20:09:25 +0200 |
commit | 07b3d4cc52f1d0380610e4b9d23951fa96039605 (patch) | |
tree | 0c3ebcc40f7909481c240db672724044e52a99bb /.github/workflows/integration-litmus.yml | |
parent | 20d2430e492877b088b65919185765afacd5b2cc (diff) | |
download | nextcloud-server-07b3d4cc52f1d0380610e4b9d23951fa96039605.tar.gz nextcloud-server-07b3d4cc52f1d0380610e4b9d23951fa96039605.zip |
ci: Run things we only run on 1 PHP version on the preinstalled 8.1 which installs ~2m faster
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/integration-litmus.yml')
-rw-r--r-- | .github/workflows/integration-litmus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-litmus.yml b/.github/workflows/integration-litmus.yml index f18537d082c..5419db900ca 100644 --- a/.github/workflows/integration-litmus.yml +++ b/.github/workflows/integration-litmus.yml @@ -43,7 +43,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['8.3'] + php-versions: ['8.1'] endpoint: ['webdav', 'dav'] name: Litmus WebDAV ${{ matrix.endpoint }} |