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 0a6c69c commit 6efa669Copy full SHA for 6efa669
1 file changed
.github/workflows/test-php.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup PHP version
14
uses: shivammathur/setup-php@v2
15
with:
16
- php-version: "7.2"
+ php-version: "7.4"
17
extensions: simplexml
18
- name: Checkout source code
19
uses: actions/checkout@v2
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
extensions: simplexml, mysql
52
tools: phpunit-polyfills
53
0 commit comments