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 1dd2e6d commit 0a1a940Copy full SHA for 0a1a940
.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.32.0
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