Skip to content

Commit a38001e

Browse files
committed
Add PHP 8.4 to test matrix
1 parent 7c2dcb7 commit a38001e

2 files changed

Lines changed: 3 additions & 2 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.3' }}
14+
continue-on-error: ${{ matrix.php-versions >= '8.3' }}
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']
18+
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1919
os: [ubuntu-latest, windows-latest]
2020

2121
steps:

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ AWS Lambda Webservices change log
66
## 1.2.0 / 2023-10-15
77

88
* Made this library compatible with `xp-forge/lambda` 5.0.0 - @thekid
9+
* Added PHP 8.4 to the test matrix - @thekid
910

1011
## 1.1.4 / 2023-04-03
1112

0 commit comments

Comments
 (0)