diff options
author | Joas Schilling <coding@schilljs.com> | 2024-08-27 17:48:33 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-08-27 17:48:33 +0200 |
commit | 364ddf049c9611fa6802958b9e2cfc832227cb3d (patch) | |
tree | 669dc293c14ed94b92fb7eb388922c5a73549817 /.github | |
parent | 9754f4f723e107725c20e8cb63487b47f846f1ad (diff) | |
download | nextcloud-server-364ddf049c9611fa6802958b9e2cfc832227cb3d.tar.gz nextcloud-server-364ddf049c9611fa6802958b9e2cfc832227cb3d.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')
-rw-r--r-- | .github/workflows/autocheckers.yml | 2 | ||||
-rw-r--r-- | .github/workflows/integration-dav.yml | 2 | ||||
-rw-r--r-- | .github/workflows/integration-litmus.yml | 2 | ||||
-rw-r--r-- | .github/workflows/integration-sqlite.yml | 2 | ||||
-rw-r--r-- | .github/workflows/openapi.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/autocheckers.yml b/.github/workflows/autocheckers.yml index 3233a48e9e7..1d01051793b 100644 --- a/.github/workflows/autocheckers.yml +++ b/.github/workflows/autocheckers.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: - php-versions: ['8.3'] + php-versions: ['8.1'] name: PHP checkers diff --git a/.github/workflows/integration-dav.yml b/.github/workflows/integration-dav.yml index b81be2519b8..ce493ae42b1 100644 --- a/.github/workflows/integration-dav.yml +++ b/.github/workflows/integration-dav.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: ['old', 'new'] service: ['CalDAV', 'CardDAV'] 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 }} diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index 02666582369..137a8427d93 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -69,7 +69,7 @@ jobs: - 'sharing_features' - 'videoverification_features' - php-versions: ['8.2'] + php-versions: ['8.1'] spreed-versions: ['main'] services: diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index f03ecec16c5..282684aef89 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -31,7 +31,7 @@ jobs: - name: Set up php uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 #v2.31.1 with: - php-version: '8.2' + php-version: '8.1' extensions: ctype, curl, dom, fileinfo, gd, json, libxml, mbstring, openssl, pcntl, pdo, posix, session, simplexml, xml, xmlreader, xmlwriter, zip, zlib coverage: none ini-file: development |