]> source.dussan.org Git - nextcloud-server.git/commitdiff
ci: Run things we only run on 1 PHP version on the preinstalled 8.1 which installs...
authorJoas Schilling <coding@schilljs.com>
Tue, 27 Aug 2024 15:48:33 +0000 (17:48 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Tue, 27 Aug 2024 18:09:25 +0000 (20:09 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/workflows/autocheckers.yml
.github/workflows/integration-dav.yml
.github/workflows/integration-litmus.yml
.github/workflows/openapi.yml

index 3233a48e9e7cac47acdea8225f8b96040ea257ab..1d01051793bb57cc44695157e7a8187c4aff2489 100644 (file)
@@ -45,7 +45,7 @@ jobs:
 
     strategy:
       matrix:
-        php-versions: ['8.3']
+        php-versions: ['8.1']
 
     name: PHP checkers
 
index b81be2519b8d13a03dc5caaad865de054bc26d12..ce493ae42b17140aa57d186e1c73b1ae1923eb58 100644 (file)
@@ -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']
 
index f18537d082c00b2de4e3db79f3beb80f625714ff..5419db900cac60ee73455c265351909858c36f47 100644 (file)
@@ -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 }}
index f03ecec16c5b8736143f4407cc23b0d03551ef2e..282684aef89f78a8312a96f5966405259079072f 100644 (file)
@@ -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