Skip to content

Commit

Permalink
Merge pull request #3791 from craftcms/feature/php-84-compatibility
Browse files Browse the repository at this point in the history
PHP 8.3 compatibility
  • Loading branch information
nfourtythree authored Dec 2, 2024
2 parents d6348fa + 19e466e commit 19fe644
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: ci
uses: craftcms/.github/.github/workflows/ci.yml@v3
with:
php_version: '["8.2", "8.3", "8.4"]'
php_version: '["8.2", "8.3"]'
craft_version: '5'
node_version: '20'
jobs: '["ecs", "phpstan", "prettier", "tests"]'
Expand Down
Loading

0 comments on commit 19fe644

Please sign in to comment.