Skip to content

Commit a1ccd6e

Browse files
committed
Run on stable
1 parent 98ac9e2 commit a1ccd6e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ on:
88

99
jobs:
1010
php-tests:
11-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
1515
php: [8.1, 8.2, 8.3, 8.4, 8.5]
16-
dependency-version: [prefer-lowest, prefer-stable]
17-
os: [ubuntu-latest]
16+
dependency-version: [prefer-stable]
1817

1918
name: PHP${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
2019

0 commit comments

Comments
 (0)