Skip to content

Commit 56f334a

Browse files
committed
Prepare Changelog for New Release
1 parent 537efbf commit 56f334a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install locales
29-
run: sudo apt-get install -y language-pack-fr language-pack-de
29+
run: sudo apt-get update && sudo apt-get install -y language-pack-fr language-pack-de
3030

3131
- name: Install single-byte locale
3232
run: sudo sed -i -e 's/# de_DE@euro/de_DE@euro/g' /etc/locale.gen && sudo locale-gen de_DE@euro

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](https://semver.org).
77

8-
## TBD - 3.9.1
8+
## 2025-02-07 - 3.9.1
99

1010
### Fixed
1111

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"ext-xmlwriter": "*",
8080
"ext-zip": "*",
8181
"ext-zlib": "*",
82-
"composer/pcre": "^3.3",
82+
"composer/pcre": "^1 || ^2 || ^3",
8383
"maennchen/zipstream-php": "^2.1 || ^3.0",
8484
"markbaker/complex": "^3.0",
8585
"markbaker/matrix": "^3.0",

0 commit comments

Comments
 (0)