Skip to content

Commit 470b899

Browse files
authored
Support PHP 8.2 (#38)
1 parent fb73faa commit 470b899

16 files changed

+563
-458
lines changed

.github/workflows/pecl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- ubuntu-20.04
5151
- macos-12
5252
version:
53-
- php: "8.1"
53+
- php: "8.2"
5454
swoole: "5.0.0"
5555

5656
runs-on: ${{ matrix.os }}

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
swoole: "5.0.0"
6363
- php: "8.1"
6464
swoole: "5.0.0"
65+
- php: "8.2"
66+
swoole: "5.0.0"
6567

6668
runs-on: ${{ matrix.os }}
6769
steps:

0 commit comments

Comments
 (0)