Skip to content

Commit 688d4e7

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Upgrade to Ubuntu 24.04 for PECL and coverage builds
2 parents 4bfaf54 + c145f83 commit 688d4e7

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
@@ -436,7 +436,7 @@ jobs:
436436
FIREBIRD_DATABASE: test.fdb
437437
FIREBIRD_USER: test
438438
FIREBIRD_PASSWORD: test
439-
runs-on: ubuntu-22.04
439+
runs-on: ubuntu-24.04
440440
steps:
441441
- name: git checkout
442442
uses: actions/checkout@v6
@@ -877,7 +877,7 @@ jobs:
877877
uses: ./.github/actions/verify-generated-files
878878
PECL:
879879
if: inputs.branch == 'master'
880-
runs-on: ubuntu-22.04
880+
runs-on: ubuntu-24.04
881881
env:
882882
CC: ccache gcc
883883
CXX: ccache g++
@@ -924,6 +924,8 @@ jobs:
924924
sudo apt-get install -y --no-install-recommends \
925925
ccache \
926926
libmemcached-dev \
927+
imagemagick \
928+
libmagickwand-dev \
927929
bison \
928930
re2c
929931
- name: ccache

0 commit comments

Comments
 (0)