We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a972b5 commit c80041bCopy full SHA for c80041b
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Install locales
29
- 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
30
31
- name: Setup PHP, with composer and extensions
32
uses: shivammathur/setup-php@v2
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com)
6
and this project adheres to [Semantic Versioning](https://semver.org).
7
8
-# TBD - 1.29.10
+# 2025-02-07 - 1.29.10
9
10
### Changed
11
0 commit comments