Skip to content

Commit

Permalink
Merge pull request #235 from pedro-mendonca/dev
Browse files Browse the repository at this point in the history
GH Actions: Add PHP 8.4
  • Loading branch information
pedro-mendonca authored Nov 22, 2024
2 parents fa2f3c5 + 9752bdb commit e6e0a9c
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 305 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3'] # 7.4 is the minimum supported version.
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] # 7.4 is the minimum supported version.

steps:
- name: Checkout repository
Expand Down
Loading

0 comments on commit e6e0a9c

Please sign in to comment.