Skip to content

Commit

Permalink
Trying to fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Mar 14, 2022
1 parent 4d61b65 commit 9ab21a6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
matrix:
include:
-
php: 8.0
symfony: ^4.4
php: '8.0'
symfony: '^4.4'
-
php: 8.0
symfony: ^5.4
twig: ^2.12
php: '8.0'
symfony: '^5.4'
twig: '^2.12'
-
php: 8.0
symfony: ^5.4
twig: ^3.0
php: '8.0'
symfony: '^5.4'
twig: '^3.0'
-
php: 8.0
symfony: ^6.0
php: '8.0'
symfony: '^6.0'

steps:
-
Expand Down

0 comments on commit 9ab21a6

Please sign in to comment.