We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398cdd8 commit 4518532Copy full SHA for 4518532
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php: [ '8.4' ]
+ php: [ '8.4', '8.5' ]
15
os: [ ubuntu-latest, macos-latest, windows-latest ]
16
stability: [ prefer-lowest, prefer-stable ]
17
steps:
@@ -25,6 +25,7 @@ jobs:
25
uses: shivammathur/setup-php@v2
26
with:
27
php-version: ${{ matrix.php }}
28
+ extensions: ffi
29
tools: pecl
30
ini-values: "memory_limit=-1"
31
- name: Validate Composer
0 commit comments