aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-05-18 11:47:52 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-05-22 11:22:15 +0000
commit103867c03b6dd9a5634660acb839056460f92335 (patch)
tree3aba997bd7d0f91509114ac8cc64bd27fe098b4a /.github
parent42cdcbf337ad90b66f3417ceebfdbd52b36a2e4b (diff)
android: remove old Qt versions from CI
Ideally, we need to rebuild all images when docker file is changed and maintaning that amount of images is quite a burden. Also, most users use LTS versions like 5.15, 6.2, 6.5 or the latest Qt version. Leave 6.3 and 6.4 for now in order to test regressions since there were some breaking changes in these versions. Change-Id: Id4f7e817119f3226c1a2350d0e6f4772da162943 Reviewed-by: Raphaƫl Cotty <raphael.cotty@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cd48ac1db..b27518b80 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -344,30 +344,12 @@ jobs:
script: './scripts/test-qt.sh',
}
- {
- name: 'Run Android tests (Qt 5.13)',
- image: 'focal-android-513',
- profile: '',
- script: './scripts/test-qt-for-android.sh',
- }
- - {
- name: 'Run Android tests (Qt 5.14)',
- image: 'focal-android-514',
- profile: '',
- script: './scripts/test-qt-for-android.sh',
- }
- - {
name: 'Run Android tests (Qt 5.15)',
image: 'focal-android-515',
profile: '',
script: './scripts/test-qt-for-android.sh',
}
- {
- name: 'Run Android tests (Qt 6.0.0)',
- image: 'focal-android-600',
- profile: '',
- script: './scripts/test-qt-for-android.sh',
- }
- - {
name: 'Run Android tests (Qt 6.2.0)',
image: 'focal-android-620',
profile: '',