Skip to content

Commit 07ab030

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: [skip ci] Upgrade to Ubuntu 24.04 for PECL and coverage builds
2 parents 11ae6ad + 688d4e7 commit 07ab030

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
@@ -426,7 +426,7 @@ jobs:
426426
FIREBIRD_DATABASE: test.fdb
427427
FIREBIRD_USER: test
428428
FIREBIRD_PASSWORD: test
429-
runs-on: ubuntu-22.04
429+
runs-on: ubuntu-24.04
430430
steps:
431431
- name: git checkout
432432
uses: actions/checkout@v6
@@ -859,7 +859,7 @@ jobs:
859859
uses: ./.github/actions/verify-generated-files
860860
PECL:
861861
if: inputs.branch == 'master'
862-
runs-on: ubuntu-22.04
862+
runs-on: ubuntu-24.04
863863
env:
864864
CC: ccache gcc
865865
CXX: ccache g++
@@ -906,6 +906,8 @@ jobs:
906906
sudo apt-get install -y --no-install-recommends \
907907
ccache \
908908
libmemcached-dev \
909+
imagemagick \
910+
libmagickwand-dev \
909911
bison \
910912
re2c
911913
- name: ccache

0 commit comments

Comments
 (0)