Skip to content

Commit

Permalink
Merge pull request #290 from alexislefebvre/chore-configure-default-j…
Browse files Browse the repository at this point in the history
…ob-on-CI-3.x

[3.x] chore: configure default job on CI
  • Loading branch information
alexislefebvre authored Mar 11, 2024
2 parents c93e6a9 + 4e05c29 commit 473f7eb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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 @@ -21,13 +22,10 @@ jobs:
- php-version: 8.1
# add a specific job to test ^5.4 for all Symfony packages
symfony-version: "^5.4"
- php-version: 8.1
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"
# add a specific job to test mysqldump from MariaDB
mysql-client: "mariadb-client"
- php-version: 8.2
symfony-version: "^7.0"
- php-version: 8.3
Expand Down

0 comments on commit 473f7eb

Please sign in to comment.