Skip to content

Commit

Permalink
Merge pull request #228 from ember-nexus/github-issue/223
Browse files Browse the repository at this point in the history
Upgrade PHP to 8.3.1, closes #223.
  • Loading branch information
Syndesi authored Dec 23, 2023
2 parents 3a79c4f + b7b063d commit 9425ca5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE_CHECK_UPSTREAM_DEPENDENCY_PHP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: update dependency

Open tasks:

- [ ] Compare Dockerfile of [latest PHP alpine CLI](https://github.com/docker-library/php/tree/master/8.3/alpine3.18/cli) with `./docker/Dockerfile` on intermediate build `php_embed`.
- [ ] Compare Dockerfile of [latest PHP alpine CLI](https://github.com/docker-library/php/tree/master/8.3/alpine3.19/cli) with `./docker/Dockerfile` on intermediate build `php_embed`.
- If there are updates:
- [ ] Update local Dockerfile.
- [ ] Add changelog entry.
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Constants are changed to contain type declarations, closes #211.
- Remove timeout from PHP-tasks, closes #220. CI timeouts still apply.
- Upgrade PHP to 8.3.1, closes #223.

## 0.1.0 - 2023-12-16
### Added
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ ENV PHPIZE_DEPS="\
PHP_CPPFLAGS="$PHP_CFLAGS" \
PHP_LDFLAGS="-Wl,-O1 -pie" \
GPG_KEYS="1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA" \
PHP_VERSION="8.3.0" \
PHP_URL="https://www.php.net/distributions/php-8.3.0.tar.xz" \
PHP_ASC_URL="https://www.php.net/distributions/php-8.3.0.tar.xz.asc" \
PHP_SHA256="1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54"
PHP_VERSION="8.3.1" \
PHP_URL="https://www.php.net/distributions/php-8.3.1.tar.xz" \
PHP_ASC_URL="https://www.php.net/distributions/php-8.3.1.tar.xz.asc" \
PHP_SHA256="56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758"

# persistent / runtime deps
RUN apk add --no-cache \
Expand Down

0 comments on commit 9425ca5

Please sign in to comment.