Skip to content

Commit 551fafb

Browse files
committed
chore: add PHP 8.4 in static-analysis and tests actions
1 parent fa8580b commit 551fafb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
swoole: "5.1.6"
1818
- php: "8.3"
1919
swoole: "5.1.6"
20+
- php: "8.4"
21+
swoole: "5.1.6"
2022

2123
name: PHP ${{ matrix.php }} (swoole-${{ matrix.swoole }})
2224

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
swoole: "5.1.6"
1818
- php: "8.3"
1919
swoole: "5.1.6"
20+
- php: "8.4"
21+
swoole: "5.1.6"
2022

2123
name: PHP ${{ matrix.php }} (swoole-${{ matrix.swoole }})
2224

0 commit comments

Comments
 (0)