Change AlmaLinux 8 minor version to 8.10

This commit is contained in:
Andrew Lukoshko 2024-05-28 15:23:19 +02:00 committed by GitHub
parent a0e04de416
commit e8b5b3043b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ jobs:
run: |
case ${{ inputs.version_major }} in
8)
version_minor="9" ;;
version_minor="10" ;;
9)
version_minor="4" ;;
10)