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 27
27
uses : actions/checkout@v4
28
28
29
29
- 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
31
31
32
32
- name : Setup PHP, with composer and extensions
33
33
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.
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
- # 2025-01-26 - 2.1.8
8
+ # 2025-02-07 - 2.1.9
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.2 " ,
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