Skip to content

Commit 4d91dc8

Browse files
committed
MFH
1 parent 8c9062e commit 4d91dc8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Install dependencies
5050
run: >
51-
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.8.0.sh > xp-run &&
51+
curl -sSL https://github.com/xp-runners/reference/releases/download/v9.2.0/xp-run-9.2.0.sh > xp-run &&
5252
composer install --prefer-dist &&
5353
echo "vendor/autoload.php" > composer.pth
5454

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ AWS Lambda Webservices change log
33

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

6+
* Added PHP 8.6 to the test matrix - @thekid
7+
* **Heads up:** Dropped support for PHP < 7.4, see xp-framework/rfc#343
8+
(@thekid)
9+
610
## 2.3.0 / 2024-05-20
711

812
* Added support for dispatching on application level, introduced in

0 commit comments

Comments
 (0)