Skip to content

Commit e79b85b

Browse files
committed
Add PHP 8.4 to workflows.
1 parent 8b9c8bc commit e79b85b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [ubuntu-latest]
12-
php-versions: ['8.2']
12+
php-versions: ['8.3']
1313
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [ubuntu-latest]
12-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
12+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1313
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout

Changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
2020

2121
### v3.1.2
2222

23-
- [2021.04.27]: Added missing fullmoon template file.
24-
2523
#### Bugs fixed.
2624
- [2021.05.01]: Log truncation not being calculated properly; Fixed.
2725

2826
#### Other changes.
27+
- [2021.04.27]: Added missing fullmoon template file.
2928
- [2021.05.28]: Performed some minor refactoring.
3029

3130
### v3.2.0
@@ -93,3 +92,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
9392
- [2024.07.02]: Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant).
9493
- [2024.09.02]: Code-style patch.
9594
- [2024.09.26]: Added L10N for Marathi.
95+
96+
### v3.5.3
97+
98+
- [2024.11.06]: Added PHP 8.4 to workflows.

0 commit comments

Comments
 (0)