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 1e8c04b commit d12f6a8Copy full SHA for d12f6a8
.github/workflows/tests.yaml
@@ -61,7 +61,7 @@ jobs:
61
run: npm run build
62
63
- name: 🏗 Setup PHP, with composer and extensions
64
- uses: shivammathur/setup-php@2.31.1
+ uses: shivammathur/setup-php@2.35.4
65
with:
66
php-version: ${{ matrix.php-versions }}
67
extensions: mbstring, bcmath
.github/workflows/typing.yaml
@@ -23,7 +23,7 @@ jobs:
23
ref: ${{ github.head_ref }}
24
25
26
27
28
php-version: ${{env.DEFAULT_PHP}}
29
coverage: none
0 commit comments