Skip to content

Commit

Permalink
Merge branch 'main' into 84xdebugimagick
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec authored Dec 4, 2024
2 parents bfc8844 + 7c09ca5 commit b72c1df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-php-images.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: Build PHP Images

on:
# Uncomment below for testing purposes
pull_request:
paths:
- 'images/**'
- '.github/workflows/build-php-images.yml'
push:
branches:
- main
paths:
- 'images/**'
- '.github/workflows/build-php-images.yml'
workflow_dispatch:

jobs:
buildx:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Added `xdebug` and `imagick` extension to PHP 8.4 images.
* Added `xhprof` extension to PHP 7.4+ images.
* Added `imagick` extension to PHP 8.3 images.
* Updated GitHub Actions to build images only on changes to images or workflows.

## v1.6.1 - [November 4, 2024](https://github.com/lando/php/releases/tag/v1.6.1)

Expand Down

0 comments on commit b72c1df

Please sign in to comment.