Skip to content

Commit 4a0304f

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Upgrade to Ubuntu 24.04 for PECL and coverage builds
2 parents 175b7bc + 07ab030 commit 4a0304f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
FIREBIRD_DATABASE: test.fdb
430430
FIREBIRD_USER: test
431431
FIREBIRD_PASSWORD: test
432-
runs-on: ubuntu-22.04
432+
runs-on: ubuntu-24.04
433433
steps:
434434
- name: git checkout
435435
uses: actions/checkout@v6
@@ -862,7 +862,7 @@ jobs:
862862
uses: ./.github/actions/verify-generated-files
863863
PECL:
864864
if: inputs.branch == 'master'
865-
runs-on: ubuntu-22.04
865+
runs-on: ubuntu-24.04
866866
env:
867867
CC: ccache gcc
868868
CXX: ccache g++
@@ -909,6 +909,8 @@ jobs:
909909
sudo apt-get install -y --no-install-recommends \
910910
ccache \
911911
libmemcached-dev \
912+
imagemagick \
913+
libmagickwand-dev \
912914
bison \
913915
re2c
914916
- name: ccache

0 commit comments

Comments
 (0)