Skip to content

Commit

Permalink
wip: tweak test layout
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 14, 2025
1 parent 165d0b5 commit d77b34d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 8.2 ]
php: [ 8.3, 8.4 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.2 ]
php: [ 8.3, 8.4 ]

outputs:
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.2 ]
php: [ 8.3, 8.4 ]

steps:
- uses: actions/download-artifact@v3
Expand All @@ -112,7 +112,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.2 ]
php: [ 8.3, 8.4 ]

steps:
- uses: actions/download-artifact@v3
Expand All @@ -136,7 +136,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.2 ]
php: [ 8.3, 8.4 ]

steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit d77b34d

Please sign in to comment.