Skip to content

Commit 4518532

Browse files
committed
Add ffi extension in tests
1 parent 398cdd8 commit 4518532

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.4' ]
14+
php: [ '8.4', '8.5' ]
1515
os: [ ubuntu-latest, macos-latest, windows-latest ]
1616
stability: [ prefer-lowest, prefer-stable ]
1717
steps:
@@ -25,6 +25,7 @@ jobs:
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php }}
28+
extensions: ffi
2829
tools: pecl
2930
ini-values: "memory_limit=-1"
3031
- name: Validate Composer

0 commit comments

Comments
 (0)