We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147f4e9 commit 4e6b2acCopy full SHA for 4e6b2ac
1 file changed
.github/workflows/ci.yml
@@ -22,16 +22,20 @@ jobs:
22
ini-values: 'ffi.enable=false'
23
24
- operating-system: 'ubuntu-latest'
25
- php-version: '8.3'
+ php-version: '8.4'
26
+ ini-values: 'ffi.enable=false'
27
+
28
+ - operating-system: 'ubuntu-latest'
29
30
job-description: 'with FFI'
31
32
- operating-system: 'windows-latest'
33
34
job-description: 'on Windows'
35
36
37
- operating-system: 'macos-latest'
38
39
job-description: 'on macOS'
40
41
0 commit comments