Skip to content

Commit

Permalink
Update code_checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored Feb 22, 2024
1 parent d2ef6fd commit da303f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2']
php: ['8.0']
stability: [ prefer-stable ]
symfony-version: ['7.0.*']
symfony-version: ['5.4.*']
include:
#- php: '8.0'
# symfony-version: 5.4.*
# stability: prefer-lowest
- php: '8.0'
symfony-version: 5.4.*
stability: prefer-stable
#- php: '8.2'
# symfony-version: 7.0.*
# stability: prefer-stable
#- php: '8.1'
# symfony-version: 6.0.*
# stability: prefer-stable
Expand Down

0 comments on commit da303f8

Please sign in to comment.