Skip to content

Commit 11d13b0

Browse files
committed
documentation updates
1 parent b179194 commit 11d13b0

File tree

4 files changed

+70
-78
lines changed

4 files changed

+70
-78
lines changed

.github/workflows/build_versioned_alpine_images.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
echo "major_version=${major_version}" >> $GITHUB_OUTPUT
5151
5252
if [ ${{ matrix.php }} == '8.3' ] ; then
53-
if [ ${major_version} == '5.1' ] ; then
54-
echo "image_type=latest" >> $GITHUB_OUTPUT
55-
else
56-
echo "image_type=major" >> $GITHUB_OUTPUT
57-
fi
53+
echo "image_type=major" >> $GITHUB_OUTPUT
5854
else
5955
echo "image_type=default" >> $GITHUB_OUTPUT
6056
fi

.github/workflows/build_versioned_dev_images.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
echo "major_version=${major_version}" >> $GITHUB_OUTPUT
5151
5252
if [ ${{ matrix.php }} == '8.3' ] ; then
53-
if [ ${major_version} == '5.1' ] ; then
54-
echo "image_type=latest" >> $GITHUB_OUTPUT
55-
else
56-
echo "image_type=major" >> $GITHUB_OUTPUT
57-
fi
53+
echo "image_type=major" >> $GITHUB_OUTPUT
5854
else
5955
echo "image_type=default" >> $GITHUB_OUTPUT
6056
fi

.github/workflows/build_versioned_images.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
echo "major_version=${major_version}" >> $GITHUB_OUTPUT
5151
5252
if [ ${{ matrix.php }} == '8.3' ] ; then
53-
if [ ${major_version} == '5.1' ] ; then
54-
echo "image_type=latest" >> $GITHUB_OUTPUT
55-
else
56-
echo "image_type=major" >> $GITHUB_OUTPUT
57-
fi
53+
echo "image_type=major" >> $GITHUB_OUTPUT
5854
else
5955
echo "image_type=default" >> $GITHUB_OUTPUT
6056
fi

0 commit comments

Comments
 (0)