Skip to content

Commit a438d62

Browse files
committed
Merge branch 'master' into refactor/server-api
2 parents cadaad6 + 55e007e commit a438d62

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.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.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
18+
php-versions: ['7.0', '7.1', '7.2', '7.3', '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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Networking changelog
33

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

6-
* Added PHP 8.5 to the test matrix - @thekid
6+
## 10.5.1 / 2026-02-15
7+
8+
* Fixed async server to ignore generator values for unknown keys, see
9+
https://github.com/xp-framework/core/pull/357#issuecomment-3905214369
10+
(@thekid)
11+
* Added PHP 8.5 and 8.6 to the test matrix - @thekid
712

813
## 10.5.0 / 2024-03-24
914

0 commit comments

Comments
 (0)