Skip to content

Commit

Permalink
Add PHP 8.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Oct 15, 2023
1 parent 7c2dcb7 commit a38001e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.php-versions == '8.3' }}
continue-on-error: ${{ matrix.php-versions >= '8.3' }}
strategy:
fail-fast: false
matrix:
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AWS Lambda Webservices change log
## 1.2.0 / 2023-10-15

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

## 1.1.4 / 2023-04-03

Expand Down

0 comments on commit a38001e

Please sign in to comment.