diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75ed4d0121..89cdc99f97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Install locales - run: sudo apt-get install -y language-pack-fr language-pack-de + run: sudo apt-get update && sudo apt-get install -y language-pack-fr language-pack-de - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index b266875df8..8084e7b0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org). -# TBD - 2.3.8 +# 2025-02-07 - 2.3.8 ### Fixed diff --git a/composer.json b/composer.json index f961377ffe..cb00ebf4f7 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "ext-xmlwriter": "*", "ext-zip": "*", "ext-zlib": "*", - "composer/pcre": "^3.2", + "composer/pcre": "^1 || ^2 || ^3", "maennchen/zipstream-php": "^2.1 || ^3.0", "markbaker/complex": "^3.0", "markbaker/matrix": "^3.0",