fix
This commit is contained in:
Zimovskii Anatolii 2025-07-30 16:25:23 +03:00
parent b426829155
commit fbde65e95f
No known key found for this signature in database
GPG Key ID: BB54250259311494

View File

@ -8,13 +8,14 @@ on:
jobs:
build-images:
name: EpicMorg Mattermost Images
name: Mattermost
runs-on: [ ubuntu-24.04 ]
strategy:
matrix:
version: [
# '9-stable', '9.11', '9.10', '9.9', '9.8', '9.7', '9.6', '9.5', '9.4', '9.3', '9.2', '9.1', '9.0',
'10-stable', '10.11', '10.10', '10.9', '10.8', '10.7', '10.6', '10.5', '10.4', '10.3', '10.2', '10.1', '10.0',
# '10-stable', '10.11', '10.10',
'10.9', '10.8', '10.7', '10.6', '10.5', '10.4', '10.3', '10.2', '10.1', '10.0',
]
steps: