diff options
author | Joas Schilling <coding@schilljs.com> | 2024-11-08 10:15:44 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-11-08 12:59:13 +0100 |
commit | da4fe3d5b7e8599fba696f0e9d531c9474faa6c0 (patch) | |
tree | c4dbc63792a9e12dbdcd0136836a56ced48082ab /.github/workflows/files-external.yml | |
parent | dcddfc672a4859a1b30698bf0415bacf866b6db9 (diff) | |
download | nextcloud-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.yml')
-rw-r--r-- | .github/workflows/files-external.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external.yml b/.github/workflows/files-external.yml index 1079f611c44..f8c7c2067e5 100644 --- a/.github/workflows/files-external.yml +++ b/.github/workflows/files-external.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.1', '8.2', '8.3', '8.4'] include: - php-versions: '8.2' coverage: ${{ github.event_name != 'pull_request' }} |