diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1527d7904e..33b49f97fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,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 254aa85513..d2aa5101eb 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). -# 2025-01-26 - 2.1.8 +# 2025-02-07 - 2.1.9 ### Fixed diff --git a/composer.json b/composer.json index 6f5066e989..7d366ee13e 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",