Skip to content

Commit e9852d2

Browse files
committed
Include all images
1 parent 465a028 commit e9852d2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/params.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,11 @@ env:
2020
},
2121
{
2222
"NAME": "PHP",
23-
"VERSION": ["5.3"],
23+
"VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
2424
"FLAVOUR": ["default"],
25-
"ARCH": ["linux/amd64"]
25+
"ARCH": ["linux/amd64", "linux/arm64"]
2626
}
2727
]
28-
# {
29-
# "NAME": "PHP",
30-
# "VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
31-
# "FLAVOUR": ["default"],
32-
# "ARCH": ["linux/amd64"]
33-
# }
34-
35-
#"ARCH": ["linux/amd64", "linux/arm64"]
3628
REFS: >-
3729
{
3830
"DEFAULT_BRANCH": "master",

0 commit comments

Comments
 (0)