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 b70e3ab commit 3522c9aCopy full SHA for 3522c9a
.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Setup php-fpm
50
run: |
51
sudo apt-get install -y php${{ matrix.php-version }}-fpm
52
+ sudo rm -f /usr/sbin/php-fpm
53
sudo ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
54
55
- name: PHP version
README.md
@@ -32,6 +32,7 @@ A library that allows us to write PHP extensions using pure Rust and using safe
32
- [x] 7.3
33
- [x] 7.4
34
- [x] 8.0
35
+ - [ ] 8.1
36
- **mode**
37
- [x] nts
38
- [ ] zts
0 commit comments