Skip to content

Commit

Permalink
chore: don't require php8.4 in ci temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Dec 5, 2024
1 parent bf83559 commit 735cfab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
swoole: "5.1.6"
- php: "8.3"
swoole: "5.1.6"
- php: "8.4"
swoole: "5.1.6"

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

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
swoole: "5.1.6"
- php: "8.3"
swoole: "5.1.6"
- php: "8.4"
swoole: "5.1.6"

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

Expand Down

0 comments on commit 735cfab

Please sign in to comment.