This commit is contained in:
codemasher
2021-09-03 19:52:59 +02:00
parent 2cfc3e7f11
commit 6209776330
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "7.2"
php-version: "7.4"
coverage: none
tools: pecl
extensions: ast, gd, imagick, json, mbstring
@@ -46,7 +46,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
# - windows-latest
php-version:
- "7.2"
- "7.3"