Skip to content

Commit

Permalink
fix double-quotes to simple-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
octoseth committed Dec 9, 2023
1 parent 05e3653 commit e595a86
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:

strategy:
matrix:
php: ["7.4", "8.0", "8.1", "8.2"]
symfony: ["4", "5", "6", "7"]
php: ['7.4', '8.0', '8.1', '8.2']
symfony: ['4', '5', '6', '7']
exclude:
- php: "7.4"
symfony: "6"
- php: "7.4"
symfony: "7"
- php: "8.0"
symfony: "7"
- php: "8.1"
symfony: "7"
- php: '7.4'
symfony: '6'
- php: '7.4'
symfony: '7'
- php: '8.0'
symfony: '7'
- php: '8.1'
symfony: '7'

steps:
- name: Checkout Code
Expand Down

0 comments on commit e595a86

Please sign in to comment.