Skip to content

Commit b3b5e64

Browse files
authored
Merge pull request #220 from shopware/update-php-matrix
chore: update PHP matrix to latest patch versions
2 parents d5b1d36 + 20ec679 commit b3b5e64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ variable "tagPrefix" {
77
}
88

99
variable "phpMatrix" {
10-
default = [ "8.2.32", "8.3.32", "8.4.23", "8.5.7" ]
10+
default = [ "8.2.32", "8.3.32", "8.4.23", "8.5.8" ]
1111
}
1212

1313
variable "frankenphpMatrix" {
14-
default = [ "8.2.32", "8.3.32", "8.4.23", "8.5.7" ]
14+
default = [ "8.2.32", "8.3.32", "8.4.23", "8.5.8" ]
1515
}
1616

1717
# Frankenphp

0 commit comments

Comments
 (0)