Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jan 18, 2025
1 parent 288927c commit f941ffd
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,9 @@ permissions: {}

jobs:
php-matrix:
runs-on: ubuntu-latest
use: typisttech/.github/.github/workflows/php-matrix.yml@php-matrix
permissions:
contents: read
outputs:
matrix: ${{ steps.php-matrix.outputs.matrix }}
constraint: ${{ fromJSON(steps.php-matrix.outputs.matrix).constraint }}
versions: ${{ toJSON(fromJSON(steps.php-matrix.outputs.matrix).versions) }}
lowest: ${{ fromJSON(steps.php-matrix.outputs.matrix).lowest }}
highest: ${{ fromJSON(steps.php-matrix.outputs.matrix).highest }}
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: composer.json
sparse-checkout-cone-mode: false

- uses: typisttech/php-matrix-action@main
id: php-matrix

pest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f941ffd

Please sign in to comment.