Skip to content

Commit

Permalink
Attempt moving runs-on config
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Mar 11, 2024
1 parent 85797f0 commit 7380b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
Expand All @@ -27,6 +26,8 @@ jobs:
testbench: 9.*
carbon: ^2.63

runs-on: ${{ matrix.os }}

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 7380b53

Please sign in to comment.