Skip to content

Commit

Permalink
Add PHP 8.4 to workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Nov 6, 2024
1 parent 8b9c8bc commit e79b85b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.2']
php-versions: ['8.3']
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co

### v3.1.2

- [2021.04.27]: Added missing fullmoon template file.

#### Bugs fixed.
- [2021.05.01]: Log truncation not being calculated properly; Fixed.

#### Other changes.
- [2021.04.27]: Added missing fullmoon template file.
- [2021.05.28]: Performed some minor refactoring.

### v3.2.0
Expand Down Expand Up @@ -93,3 +92,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
- [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).
- [2024.09.02]: Code-style patch.
- [2024.09.26]: Added L10N for Marathi.

### v3.5.3

- [2024.11.06]: Added PHP 8.4 to workflows.

0 comments on commit e79b85b

Please sign in to comment.