diff options
author | Joas Schilling <coding@schilljs.com> | 2024-11-08 12:44:20 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-11-08 12:59:16 +0100 |
commit | 73de40719e6c6f4e100df7d42f402f00f3e71403 (patch) | |
tree | fa6711bf1c5d34849685562a3064cbcf9b47e8bf /.github/workflows/object-storage-swift.yml | |
parent | 34592df1861e33ddcca0c6e2e107cef6d4631c85 (diff) | |
download | nextcloud-server-73de40719e6c6f4e100df7d42f402f00f3e71403.tar.gz nextcloud-server-73de40719e6c6f4e100df7d42f402f00f3e71403.zip |
ci: Don't test incompatible external storages on PHP 8.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/object-storage-swift.yml')
-rw-r--r-- | .github/workflows/object-storage-swift.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/object-storage-swift.yml b/.github/workflows/object-storage-swift.yml index 360d065abc8..2f4fa88c7e5 100644 --- a/.github/workflows/object-storage-swift.yml +++ b/.github/workflows/object-storage-swift.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.4'] + php-versions: ['8.1', '8.2'] include: - php-versions: '8.3' coverage: true |