Skip to content

Commit

Permalink
ci: PHP 8.3 beta 2 Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 5, 2023
1 parent c510683 commit d69405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ target "default" {
name = "${tgt}-php-${replace(php-version, ".", "-")}-${os}"
matrix = {
os = ["bookworm", "alpine"]
php-version = ["8.2", "8.3.0beta1"]
php-version = ["8.2", "8.3.0beta2"]
tgt = ["builder", "runner"]
}
contexts = {
Expand Down

0 comments on commit d69405a

Please sign in to comment.