diff options
Diffstat (limited to '.github/workflows/files-external-s3.yml')
-rw-r--r-- | .github/workflows/files-external-s3.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index 87198c6b91c..738bf115c8d 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -41,7 +41,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' }} |