Skip to content

Commit f3ac9d5

Browse files
committed
Merge branch 'master' into 4.x
2 parents 10bcbc4 + 7ee9c2b commit f3ac9d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
group: ${{ github.workflow }}-${{ github.job }}-${{ strategy.job-index }}-${{ github.ref }}
4646
cancel-in-progress: true
4747

48-
runs-on: ubuntu-latest
48+
runs-on: ${{ matrix.os }}
4949
needs: build
5050

5151
strategy:
@@ -59,7 +59,6 @@ jobs:
5959

6060
include:
6161
# Skip test runs on builds which are also run in the coverage job.
62-
# Note: the tests on PHP 8.1 will still be run as the coverage build uses custom_ini settings for that version.
6362
- php: '7.2'
6463
skip_tests: true
6564
- php: '8.4'

0 commit comments

Comments
 (0)