We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b0d3f commit 377d405Copy full SHA for 377d405
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: shivammathur/setup-php@v2
35
with:
36
coverage: "none"
37
- extensions: "apcu, intl, mbstring, odbc, uuid"
+ extensions: "apcu, intl-73.2, mbstring, odbc, uuid"
38
ini-values: "memory_limit=-1, session.gc_probability=0, apc.enable_cli=1"
39
php-version: "${{ matrix.php }}"
40
tools: "composer:v2"
0 commit comments