Skip to content

Commit 9d7d78f

Browse files
committed
test: Upgrade CI to Ubuntu 24
1 parent a7994fa commit 9d7d78f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/backend-paratest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: CI - Backend (ParaTest)
44

55
env:
6-
OS: &os ubuntu-22.04
6+
OS: &os ubuntu-24.04
77
TIMEOUT: &timeout 5
88

99
# run job only under the following conditions:
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 2
7474

7575
- name: Install system locales
76-
run: sudo apt-get update && sudo apt-get install -y locales-all
76+
run: sudo apt-get update && sudo apt-get install -y locales-all imagemagick
7777

7878
- name: Setup PHP environment
7979
uses: ./.github/actions/setup-php

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: CI - Backend
44

55
env:
6-
OS: &os ubuntu-22.04
6+
OS: &os ubuntu-24.04
77
TIMEOUT: &timeout 5
88

99
# run job only under the following conditions:
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 2
7474

7575
- name: Install system locales
76-
run: sudo apt-get update && sudo apt-get install -y locales-all
76+
run: sudo apt-get update && sudo apt-get install -y locales-all imagemagick
7777

7878
- name: Setup PHP environment
7979
uses: ./.github/actions/setup-php

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: CI - Frontend
44

55
env:
6-
OS: &os ubuntu-22.04
6+
OS: &os ubuntu-24.04
77
TIMEOUT: &timeout 5
88

99
# run job only under the following conditions:

0 commit comments

Comments
 (0)