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 8355713 commit 943ec6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregator.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: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['5.4', '5.5', '5.6', '7.0', '7.1', '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
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
8 changes: 4 additions & 4 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Versioning guidelines for SemVer can be found at: https://semver.org/

=== Changes made since last versioned release ===

(none)
- [2024.11.06; Maikuolan]: Added PHP 8.4 to workflows.

=== Version/Release 1.3.5 ===
PATCH RELEASE.
Expand All @@ -16,10 +16,10 @@ PATCH RELEASE.

- [2024.08.02; Maikuolan]: Fixed some typos.

- [2024.10.14]: Strictened typing for the aggregator.
- [2024.10.14; Maikuolan]: Strictened typing for the aggregator.

- [2024.10.16]: Refactored and added the ability to return aggregated data
as an array.
- [2024.10.16; Maikuolan]: Refactored and added the ability to return
aggregated data as an array.

Caleb M (Maikuolan),
October 16, 2024.
Expand Down

0 comments on commit 943ec6f

Please sign in to comment.