Commit 56f334a 1 parent 537efbf commit 56f334a Copy full SHA for 56f334a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
28
28
- 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
30
30
31
31
- name : Install single-byte locale
32
32
run : sudo sed -i -e 's/# de_DE@euro/de_DE@euro/g' /etc/locale.gen && sudo locale-gen de_DE@euro
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org ) .
7
7
8
- ## TBD - 3.9.1
8
+ ## 2025-02-07 - 3.9.1
9
9
10
10
### Fixed
11
11
Original file line number Diff line number Diff line change 79
79
"ext-xmlwriter" : " *" ,
80
80
"ext-zip" : " *" ,
81
81
"ext-zlib" : " *" ,
82
- "composer/pcre" : " ^3. 3" ,
82
+ "composer/pcre" : " ^1 || ^2 || ^ 3" ,
83
83
"maennchen/zipstream-php" : " ^2.1 || ^3.0" ,
84
84
"markbaker/complex" : " ^3.0" ,
85
85
"markbaker/matrix" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments