Skip to content

Commit

Permalink
2024-02-16 PHP & NodeJS Updates Release (#43)
Browse files Browse the repository at this point in the history
- chore(deps): update ncipollo/release-action action to v1.14.0 (#41)
- fix(deps): Changes testing builds to no longer test EOL versions (#42)
  • Loading branch information
timnolte authored Feb 17, 2024
2 parents 65277ed + ff47511 commit e097992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:

# https://github.com/marketplace/actions/create-release
- name: Create Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
name: ${{ steps.release-name.outputs.RELEASE_NAME }}
tag: ${{ steps.semver.outputs.next }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fail-fast: false
matrix:
PHP_VERSION:
- '8.0'
- '8.1'
- '8.3'
NODE_VERSION:
- '16'
- '18'
- '20'
builder:
- ubuntu-22.04
Expand Down

0 comments on commit e097992

Please sign in to comment.