File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v4
2828
2929 - name : Install locales
30- run : sudo apt-get install -y language-pack-fr language-pack-de
30+ run : sudo apt-get update && sudo apt-get install -y language-pack-fr language-pack-de
3131
3232 - name : Setup PHP, with composer and extensions
3333 uses : shivammathur/setup-php@v2
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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com )
66and this project adheres to [ Semantic Versioning] ( https://semver.org ) .
77
8- # 2025-01-26 - 2.1.8
8+ # 2025-02-07 - 2.1.9
99
1010### Fixed
1111
Original file line number Diff line number Diff line change 7979 "ext-xmlwriter" : " *" ,
8080 "ext-zip" : " *" ,
8181 "ext-zlib" : " *" ,
82- "composer/pcre" : " ^3.2 " ,
82+ "composer/pcre" : " ^1 || ^2 || ^3 " ,
8383 "maennchen/zipstream-php" : " ^2.1 || ^3.0" ,
8484 "markbaker/complex" : " ^3.0" ,
8585 "markbaker/matrix" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments