Skip to content

Commit 3522c9a

Browse files
committed
Update CI.
1 parent b70e3ab commit 3522c9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Setup php-fpm
5050
run: |
5151
sudo apt-get install -y php${{ matrix.php-version }}-fpm
52+
sudo rm -f /usr/sbin/php-fpm
5253
sudo ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
5354
5455
- name: PHP version

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ A library that allows us to write PHP extensions using pure Rust and using safe
3232
- [x] 7.3
3333
- [x] 7.4
3434
- [x] 8.0
35+
- [ ] 8.1
3536
- **mode**
3637
- [x] nts
3738
- [ ] zts

0 commit comments

Comments
 (0)