LibreOffice Fresh conflict

Today I went to install LibreOffice Fresh after performing a clean installation on which I installed EndeavourOS and CachyOS on two partitions. On EndeavourOS I was able to install LibreOffice Fresh without problems, on CachyOS I can’t, it tells me the following incompatibility problem:

looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by raptor

You have Arch’s core-testing repo enabled. Either you enabled this without also enabling extra-testing, or you haven’t synced your repos yet. Remove them or enable extra-testing.

Yes, I am indeed using the testing branches as well, but I am also using them on EndeavourOS and I have not had any problems with the installation.

It’s because you’re missing extra-testing.

[cachyos-znver4]
Include = /etc/pacman.d/cachyos-v4-mirrorlist

[cachyos-core-znver4]
Include = /etc/pacman.d/cachyos-v4-mirrorlist

[cachyos-extra-znver4]
Include = /etc/pacman.d/cachyos-v4-mirrorlist

[cachyos]
Include = /etc/pacman.d/cachyos-mirrorlist

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[core-testing]
Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra-testing]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib-testing]
Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

Testing repos should be above all the repos. Including cachyos ones

Thanks to both of you, I didn’t know that, I thought the order of the branches didn’t matter and it just looked for the most up-to-date versions on all of them.

I’ve now changed the order and finally managed to install it.