Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored Feb 23, 2024
1 parent 32fab51 commit f477025
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2']
php: ['8.0']
stability: [ prefer-stable ]
symfony-version: ['7.0.*']
include:
- php: '8.0'
symfony-version: 5.4.*
stability: prefer-lowest
- php: '8.0'
symfony-version: 5.4.*
stability: prefer-stable
- php: '8.1'
symfony-version: 6.0.*
stability: prefer-stable
- php: '8.2'
symfony-version: 7.0.*
stability: prefer-stable
- php: '8.3'
symfony-version: 7.0.*
stability: prefer-stable
symfony-version: ['5.4.*']

name: PHP ${{ matrix.php }} - ${{ matrix.symfony-version }} - ${{ matrix.stability }}
steps:
Expand Down

0 comments on commit f477025

Please sign in to comment.