diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e655342..e493dc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,23 +18,14 @@ concurrency: jobs: tests: + name: Run tests uses: monicahq/workflows/.github/workflows/laravel.yml@main with: - php-version: ${{ matrix.php-version }} - connection: ${{ matrix.connection }} - coverage: ${{ matrix.connection == 'sqlite' && matrix.php-version == '8.2' }} - database_name: customers - - strategy: - fail-fast: false - matrix: - php-version: ['8.2'] - connection: [sqlite, mysql, pgsql] - - reporting: - uses: monicahq/workflows/.github/workflows/reporting.yml@main - with: + php-versions: "['8.2']" + connections: "['sqlite', 'mysql', 'pgsql']" + default-php-version: '8.2' + default-connection: sqlite project: monicahq_customers + database_name: customers secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - needs: tests diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a53f83e..1b7b3d9 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -10,6 +10,7 @@ concurrency: jobs: statics: + name: Static analysis uses: monicahq/workflows/.github/workflows/static.yml@main with: php-version: 8.2