8000 Bump to PHP 8.3.3 by macbre · Pull Request #44 · elecena/python-php · GitHub
[go: up one dir, main page]

Skip to content
8000

Bump to PHP 8.3.3 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump to PHP 8.3.3
  • Loading branch information
macbre authored Mar 11, 2024
commit f5e5642e05d725640a99411ff40e6fe32644719d
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# elecena.pl (c) 2015-2023
# elecena.pl (c) 2015-2024

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.2.16
ARG PHP_VERSION=8.3.3

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.12.2
Expand Down
0