Skip to content

Commit 0468624

Browse files
committed
Add PHP 8.5 to workflows.
1 parent 230c9cc commit 0468624

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/aggregator.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: ['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']
12+
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', '8.5']
1313
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout

.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.3']
12+
php-versions: ['8.4']
1313
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout

Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Versioning guidelines for SemVer can be found at: https://semver.org/
99

1010
- [2024.11.06; Maikuolan]: Added PHP 8.4 to workflows.
1111

12+
- [2025.11.21; Maikuolan]: Added PHP 8.5 to workflows.
13+
1214
=== Version/Release 1.3.5 ===
1315
PATCH RELEASE.
1416

0 commit comments

Comments
 (0)