feat: add support for 8.3rc1 (#209)

This commit is contained in:
Kévin Dunglas 2023-09-14 23:16:50 +02:00 committed by GitHub
parent 22d4214529
commit d30dbdf96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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