Skip to content

Commit

Permalink
Disable symfony testing with php 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Feb 29, 2024
1 parent 4320d34 commit 015463c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -61,6 +61,10 @@ jobs:
symfony: '7.0.*'
- php: '8.1'
symfony: '4.4.*'
- php: '8.2'
symfony: '4.4.*'
- php: '8.3'
symfony: '4.4.*'
fail-fast: false
steps:
- name: 'Checkout'
Expand Down

0 comments on commit 015463c

Please sign in to comment.