Skip to content

Commit ef37df5

Browse files
committed
fix php version num
1 parent 944ae68 commit ef37df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup PHP version
1212
uses: khs1994-docker/actions-setup-php@master
1313
with:
14-
php_version: 7.3
14+
php_version: 7.3.12
1515
args: |
1616
mv /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini.default \
1717
/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini || true
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup PHP version
3232
uses: khs1994-docker/actions-setup-php@master
3333
with:
34-
php_version: 7.3
34+
php_version: 7.3.12
3535
args: |
3636
mv /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini.default \
3737
/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini || true

0 commit comments

Comments
 (0)