Skip to content

Commit

Permalink
chore: Add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Sep 20, 2024
1 parent ade7387 commit 132d483
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
deps:
- "highest"
no-annotations:
Expand All @@ -39,20 +40,20 @@ jobs:
- deps: "lowest"
php-version: "7.4"
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
# Run builds on low and high PHP versions with `doctrine/annotations` removed
- deps: "highest"
php-version: "7.4"
no-annotations: true
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
no-annotations: true
# Run builds on high PHP version with `doctrine/orm` version pinned
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
orm: "^2.14"
- deps: "highest"
php-version: "8.3"
php-version: "8.4"
orm: "^3.0"

steps:
Expand Down

0 comments on commit 132d483

Please sign in to comment.