Skip to content

Commit 591d3e0

Browse files
committed
feat: php8.4
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e8ed082 commit 591d3e0

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/php-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: true
2626

2727
env:
28-
PHP_VERSION_LATEST: "8.3"
28+
PHP_VERSION_LATEST: "8.4"
2929
PHP_PROJECT_EXT: dom,json,libxml # via `composer info -pt`
3030

3131
jobs:
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
3939
php:
40-
- "8.3" # highest supported
40+
- "8.4" # highest supported
4141
- "8.1" # lowest supported
4242
timeout-minutes: 30
4343
steps:

.github/workflows/php.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
env:
21-
PHP_VERSION_LATEST: "8.3"
21+
PHP_VERSION_LATEST: "8.4"
2222
PHP_PROJECT_EXT: dom,json,libxml # via `composer info -pt`
2323
REPORTS_DIR: CI_reports
2424
TESTS_REPORTS_ARTIFACT: tests-reports
@@ -51,18 +51,19 @@ jobs:
5151
matrix:
5252
os: [ "ubuntu-latest" ]
5353
php:
54-
- "8.3" # highest supported
54+
- "8.4" # highest supported
55+
- "8.3"
5556
- "8.2"
5657
- "8.1" # lowest supported
5758
dependencies: [ "lowest", "highest" ]
5859
include:
5960
- # Windows highest
6061
os: windows-latest
61-
php: "8.3"
62+
php: "8.4"
6263
dependencies: "highest"
6364
- # MacOS highest
6465
os: macos-latest
65-
php: "8.3"
66+
php: "8.4"
6667
dependencies: "highest"
6768
timeout-minutes: 30
6869
steps:
@@ -160,7 +161,7 @@ jobs:
160161
fail-fast: false
161162
matrix:
162163
php:
163-
- "8.3" # highest supported
164+
- "8.4" # highest supported
164165
- "8.1" # lowest supported
165166
composer:
166167
- "v2" # latest 2.x

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ All notable changes to this project will be documented in this file.
77
<!-- add unreleased items here -->
88

99
* Added
10+
* Officially support PHP 8.3 ([#500] via [#522])
1011
* Officially support Composer 2.8 ([#520] via [#523])
1112
* Officially support Composer 2.7 ([#521] via [#523])
1213
* Style
1314
* Applied latest PHP Coding Standards (via [#507])
1415

16+
[#500]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/500
1517
[#507]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/507
1618
[#520]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/520
1719
[#521]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/521
20+
[#522]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/522
1821
[#523]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/523
1922

2023
## 5.2.0 - 2024-04-30

0 commit comments

Comments
 (0)