Skip to content

Commit 3d670f2

Browse files
committed
[ci] use php.ini-development
temporarily skipping php 8.4
1 parent 052023a commit 3d670f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- "8.1"
2222
- "8.2"
2323
- "8.3"
24-
- "8.4"
2524
memcached-version:
2625
- "1.6"
2726

@@ -39,6 +38,7 @@ jobs:
3938
uses: shivammathur/setup-php@v2
4039
with:
4140
php-version: "${{ matrix.php-version }}"
41+
ini-file: development
4242
extensions: apcu
4343
ini-values: apc.enable_cli=1
4444

0 commit comments

Comments
 (0)