Skip to content

Commit 9bc2a50

Browse files
authored
Update ci.yml
1 parent a9316da commit 9bc2a50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ jobs:
2121
os:
2222
- ubuntu-latest
2323
php-version:
24-
- xx
24+
- php-7.3.24
2525

2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Install PHP
2929
run: |
3030
git clone https://github.com/php/php-src.git /tmp/php-${{ matrix.php-version }}
3131
cd /tmp/php-${{ matrix.php-version }}
32+
git checkout ${{ matrix.php-version }}
3233
mkdir target
3334
./buildconf --force
3435
./configure --prefix=`pwd`/target --enable-debug

0 commit comments

Comments
 (0)