Skip to content

Commit

Permalink
ci: add PHP 8.4 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Nov 24, 2024
1 parent 61532c8 commit bcadb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
with:
enable_backend_testing: false
enable_phpstan: true
php_versions: '["8.1", "8.2", "8.3"]'
php_versions: '["8.1", "8.2", "8.3", "8.4"]'

backend_directory: .

0 comments on commit bcadb24

Please sign in to comment.