chore: use PHP 8.3 beta 1

This commit is contained in:
Kévin Dunglas 2023-08-04 19:31:36 +02:00
parent 30e33e0ac3
commit c510683755

View File

@ -54,7 +54,7 @@ target "default" {
name = "${tgt}-php-${replace(php-version, ".", "-")}-${os}"
matrix = {
os = ["bookworm", "alpine"]
php-version = ["8.2", "8.3.0alpha3"]
php-version = ["8.2", "8.3.0beta1"]
tgt = ["builder", "runner"]
}
contexts = {