Skip to content

Commit 8b5fe23

Browse files
committed
Add PHP 8.6 to the test matrix
1 parent b298e57 commit 8b5fe23

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
14-
continue-on-error: ${{ matrix.php-versions >= '8.5' }}
14+
continue-on-error: ${{ matrix.php-versions >= '8.6' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
18+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6']
1919
os: [ubuntu-latest, windows-latest]
2020

2121
steps:

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ AWS Core change log
33

44
## ?.?.? / ????-??-??
55

6+
* Added PHP 8.6 to the test matrix - @thekid
7+
68
## 3.0.0 / 2025-05-04
79

810
* **Heads up:** Dropped support for PHP < 7.4, see xp-framework/rfc#343

0 commit comments

Comments
 (0)