Skip to content

Commit 733f088

Browse files
committedNov 6, 2024
Add PHP 8.4 to workflows.
1 parent 6152ac5 commit 733f088

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎.github/workflows/frontend.yml

+1-1
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

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

+1-1
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

‎Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
169169
- [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).
170170
- [2024.07.23]: Added MDN to the front-end's "useful links".
171171
- [2024.09.02]: Code-style patch.
172+
173+
### v3.5.3
174+
175+
- [2024.11.06]: Added PHP 8.4 to workflows.

0 commit comments

Comments
 (0)