Skip to content

Commit 377d405

Browse files
committed
pin the intl extension to version 73.2
1 parent 80b0d3f commit 377d405

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)