Skip to content

Commit

Permalink
chore: configure default job on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Mar 11, 2024
1 parent c93e6a9 commit eebbcd9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['']
# the default job will test ^6.4 for all Symfony packages, with PHP 8.2
php-version: ['8.2']
composer-flags: ['']
symfony-version: ['']
symfony-version: ['^6.4']
mysql-client: [ "default-mysql-client" ]
include:
- php-version: 8.1
Expand All @@ -25,9 +26,6 @@ jobs:
symfony-version: "^5.4"
# add a specific job to test mysqldump from MariaDB
mysql-client: "mariadb-client"
- php-version: 8.2
# add a specific job to test ^6.4 for all Symfony packages
symfony-version: "^6.4"
- php-version: 8.2
symfony-version: "^7.0"
- php-version: 8.3
Expand Down

0 comments on commit eebbcd9

Please sign in to comment.