Skip to content

Commit

Permalink
Merge pull request #650 from sergiy-petrov/sergiy-petrov-patch-3
Browse files Browse the repository at this point in the history
Test & static analysis against php 8.4
  • Loading branch information
TomHAnderson authored Dec 13, 2024
2 parents 149dc8b + e7d90c8 commit 042163c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "highest"
- "lowest"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"

steps:
- name: "Checkout code"
Expand Down

0 comments on commit 042163c

Please sign in to comment.