Skip to content

Commit

Permalink
1.) added: php 8.3 support
Browse files Browse the repository at this point in the history
Signed-off-by: Oskars Germovs <[email protected]>
  • Loading branch information
Faks committed Oct 11, 2023
1 parent 67af11d commit 60ad1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/phpset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$action" == 'set' ]

while [ "$phpVersion" == "" ]
do
echo -e $"Please provide php version format 5.6 till 8.2"
echo -e $"Please provide php version format 5.6 till 8.3"
read phpVersion
done

Expand Down

0 comments on commit 60ad1a4

Please sign in to comment.