File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1380,7 +1380,8 @@ extensions_available:
1380
1380
8.2 :
1381
1381
type : git
1382
1382
git_url : https://github.com/xdebug/xdebug
1383
- git_ref : $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1)
1383
+ # FIXME: revert to latest tag once PHP 8.2 support is out of alpha/beta
1384
+ git_ref : 3.2.0RC2
1384
1385
configure : --enable-xdebug
1385
1386
8.1 :
1386
1387
type : git
Original file line number Diff line number Diff line change @@ -682,7 +682,7 @@ RUN set -eux \
682
682
&& git clone https://github.com/xdebug/xdebug /tmp/xdebug \
683
683
&& cd /tmp/xdebug \
684
684
# Custom: Branch
685
- && git checkout $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1) \
685
+ && git checkout 3.2.0RC2 \
686
686
# Default: Install command
687
687
&& phpize \
688
688
&& ./configure --enable-xdebug \
Original file line number Diff line number Diff line change 11
11
8.2 :
12
12
type : git
13
13
git_url : https://github.com/xdebug/xdebug
14
- git_ref : $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1)
14
+ # FIXME: revert to latest tag once PHP 8.2 support is out of alpha/beta
15
+ git_ref : 3.2.0RC2
15
16
configure : --enable-xdebug
16
17
17
18
8.1 :
You can’t perform that action at this time.
0 commit comments