Skip to content

Commit

Permalink
fix/update CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Dec 31, 2024
1 parent 67e2322 commit 808ce5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
php-version: 8.3
tools: composer:v2
extensions: redis-stable, swoole-5.1.6
extensions: redis-stable, swoole-stable
ini-values: swoole.enable_library=off
coverage: none
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syntax_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.0", "8.1", "8.2", "8.3", "8.4"]

name: Syntax Checks Under PHP ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]
swoole-prefix: ["5.1-", ""]
exclude:
- php: "8.4"
Expand Down

0 comments on commit 808ce5d

Please sign in to comment.