Skip to content

Commit

Permalink
Add CI job for PHP 8.4
Browse files Browse the repository at this point in the history
For now doctrine/common generates proxies that trigger deprecation, so
let us only test with lazy ghosts only.
  • Loading branch information
greg0ire committed Oct 8, 2024
1 parent ad80e82 commit 6580688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
extension:
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
- "3@dev"
Expand Down Expand Up @@ -186,6 +188,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
- "3@dev"
Expand Down Expand Up @@ -256,6 +259,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dbal-version:
- "default"
- "3@dev"
Expand Down

0 comments on commit 6580688

Please sign in to comment.