Skip to content

Commit b764405

Browse files
committed
build latest images of PHP 8.4 via CI
1 parent 60ba505 commit b764405

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_nightly_alpine_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: ["8.1", "8.2", "8.3"]
15+
php: ["8.1", "8.2", "8.3", "8.4"]
1616

1717
steps:
1818
-

.github/workflows/build_nightly_dev_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: ["8.1", "8.2", "8.3"]
15+
php: ["8.1", "8.2", "8.3", "8.4"]
1616

1717
steps:
1818
-

.github/workflows/build_nightly_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: ["8.1", "8.2", "8.3"]
15+
php: ["8.1", "8.2", "8.3", "8.4"]
1616

1717
steps:
1818
-

0 commit comments

Comments
 (0)