Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mszulik committed Dec 18, 2024
1 parent ee5643c commit 6a9d7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9.*, 10.*, 11.* ]
dependency-version: [ prefer-stable ]
exclude: ${{ needs.prepare.outputs.MATRIX_EXCLUDE }}
exclude: ${{ fromJson(needs.prepare.outputs.MATRIX_EXCLUDE) }}
with:
DATABASE_NAME: protector_test
PHP_VERSION: ${{ matrix.php }}
Expand All @@ -56,7 +56,7 @@ jobs:
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9.*, 10.*, 11.* ]
dependency-version: [ prefer-stable ]
exclude: ${{ needs.prepare.outputs.MATRIX_EXCLUDE }}
exclude: ${{ fromJson(needs.prepare.outputs.MATRIX_EXCLUDE) }}
with:
DATABASE_IMAGE: ${{ needs.prepare.outputs.POSTGRES_IMAGE }}
DATABASE_NAME: protector_test
Expand Down

0 comments on commit 6a9d7b6

Please sign in to comment.