Skip to content

Commit

Permalink
build latest images of PHP 8.4 via CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Nov 25, 2024
1 parent 60ba505 commit b764405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_dev_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]

steps:
-
Expand Down

0 comments on commit b764405

Please sign in to comment.