I want to compare two unpaired ordinal-type data sets (histological score data) for a statistically significant difference.
Each data set consists of only 6 values and, for now, resources don't allow increasing the n number. The problem is that the Mann-Whitney U-test, which would normally be used for this kind of data, can only give p<0.05 with a sample size of more than 7 (i.e. at least

Is there any solution or workaround to this problem? Any alternative to the Mann-Whitney U-test, which also works with n numbers of 7 or less?