We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944ae68 commit ef37df5Copy full SHA for ef37df5
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup PHP version
12
uses: khs1994-docker/actions-setup-php@master
13
with:
14
- php_version: 7.3
+ php_version: 7.3.12
15
args: |
16
mv /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini.default \
17
/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini || true
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments