Skip to content

Commit

Permalink
Exclude php 8.3 symfony 7 lowest dependencies from CI. Higher doctrin…
Browse files Browse the repository at this point in the history
…e/phpcr-odm version should be used for php 8.3
  • Loading branch information
l-you committed Dec 4, 2023
1 parent 5d556fe commit 22c8a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -68,6 +68,9 @@ jobs:
symfony: '7.0.*'
- php: '8.2'
symfony: '7.0.*'
- php: '8.3'
symfony: '7.0.*'
dependencies: 'lowest'
fail-fast: false
steps:
- name: 'Checkout'
Expand Down

0 comments on commit 22c8a4c

Please sign in to comment.