aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/files-external-smb.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-11-08 10:15:44 +0100
committerJoas Schilling <coding@schilljs.com>2024-11-08 12:59:13 +0100
commitda4fe3d5b7e8599fba696f0e9d531c9474faa6c0 (patch)
treec4dbc63792a9e12dbdcd0136836a56ced48082ab /.github/workflows/files-external-smb.yml
parentdcddfc672a4859a1b30698bf0415bacf866b6db9 (diff)
downloadnextcloud-server-da4fe3d5b7e8599fba696f0e9d531c9474faa6c0.tar.gz
nextcloud-server-da4fe3d5b7e8599fba696f0e9d531c9474faa6c0.zip
ci: Test on PHP 8.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/files-external-smb.yml')
-rw-r--r--.github/workflows/files-external-smb.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-smb.yml b/.github/workflows/files-external-smb.yml
index d555a86d926..60fee494770 100644
--- a/.github/workflows/files-external-smb.yml
+++ b/.github/workflows/files-external-smb.yml
@@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
- php-versions: ['8.1', '8.3']
+ php-versions: ['8.1', '8.4']
include:
- php-versions: '8.1'
coverage: ${{ github.event_name != 'pull_request' }}