Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerg authored Nov 20, 2024
1 parent 45ddbb1 commit 7a74c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
docker login -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"

# Array of PHP versions
versions=(8.0.30 8.1.29 8.2.20 8.3.8)
versions=(8.0.30 8.1.30 8.2.25 8.3.13)

# Iterate through each version
for version in "${versions[@]}"; do
Expand Down

0 comments on commit 7a74c6b

Please sign in to comment.