Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dependencies:
- "lowest"
- "highest"
Expand Down Expand Up @@ -51,6 +52,8 @@ jobs:
symfony-yaml: '^3.4'
- php: '8.1'
symfony-yaml: '^3.4'
- php: '8.2'
symfony-yaml: '^3.4'

runs-on: ${{ matrix.os }}

Expand Down