Skip to content

Commit d139525

Browse files
minor #518 pin the intl extension to version 73.2 (xabbuh)
This PR was merged into the 1.x branch. Discussion ---------- pin the intl extension to version 73.2 Commits ------- 377d405 pin the intl extension to version 73.2
2 parents 80b0d3f + 377d405 commit d139525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: shivammathur/setup-php@v2
3535
with:
3636
coverage: "none"
37-
extensions: "apcu, intl, mbstring, odbc, uuid"
37+
extensions: "apcu, intl-73.2, mbstring, odbc, uuid"
3838
ini-values: "memory_limit=-1, session.gc_probability=0, apc.enable_cli=1"
3939
php-version: "${{ matrix.php }}"
4040
tools: "composer:v2"

0 commit comments

Comments
 (0)