Skip to content

Commit

Permalink
#10026 test matrix for different php versions and operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
thbley committed Jul 19, 2023
1 parent 9eb3c7e commit e8586a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ jobs:
tests:
name: "Unit Tests - ${{ matrix.chunk }}"

runs-on: ubuntu-latest
runs-on: ${{ matrix.operating-system }}
needs:
- chunk-matrix

runs-on: ${{ matrix.operating-system }}

strategy:
fail-fast: false
Expand Down

0 comments on commit e8586a7

Please sign in to comment.