Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridrich committed Dec 9, 2023
1 parent 1529a08 commit fa3ad3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
operating-system: windows-latest
coverage: xdebug

- php-versions: ['8.2', '8.3']
- php-versions: '8.2'
operating-system: ubuntu-latest
symfony-version: '7.0.*'
extra-label: 'SF 7.0'

- php-versions: '8.3'
operating-system: ubuntu-latest
symfony-version: '7.0.*'
extra-label: 'SF 7.0'
Expand Down

0 comments on commit fa3ad3b

Please sign in to comment.