Skip to content

Commit

Permalink
upgrade PHP 8.3 to 8.3.0RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Oct 27, 2023
1 parent c06c07d commit e0b6f1f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/5.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- "8.0.30"
- "8.1.24"
- "8.2.11"
- "8.3.0RC3"
- "8.3.0RC4"
image:
composer:
version: "2.6.5"
Expand Down
2 changes: 1 addition & 1 deletion config/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- "8.0"
- "8.1"
- "8.2"
- "8.3.0RC3"
- "8.3.0RC4"
image:
composer:
version: "2.6.5"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.0/php8.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.0RC3-cli-alpine3.18
FROM php:8.3.0RC4-cli-alpine3.18

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.0/php8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.0RC3-cli
FROM php:8.3.0RC4-cli

ENV DEBIAN_FRONTEND noninteractive
ENV TERM xterm-color
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.0RC3-cli-alpine3.18
FROM php:8.3.0RC4-cli-alpine3.18

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.0RC3-cli
FROM php:8.3.0RC4-cli

ENV DEBIAN_FRONTEND noninteractive
ENV TERM xterm-color
Expand Down

0 comments on commit e0b6f1f

Please sign in to comment.