Skip to content

Commit

Permalink
Merge branch '9.x' into 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Feb 24, 2025
2 parents e6eab77 + b7ece24 commit c574144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/analyse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
php: [8.3]
php:
- 8.2
- 8.3
- 8.4

name: PHP:${{ matrix.php }} Code Lint

Expand Down

0 comments on commit c574144

Please sign in to comment.