We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10bcbc4 + 7ee9c2b commit f3ac9d5Copy full SHA for f3ac9d5
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
group: ${{ github.workflow }}-${{ github.job }}-${{ strategy.job-index }}-${{ github.ref }}
46
cancel-in-progress: true
47
48
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
49
needs: build
50
51
strategy:
@@ -59,7 +59,6 @@ jobs:
59
60
include:
61
# 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.
63
- php: '7.2'
64
skip_tests: true
65
- php: '8.4'
0 commit comments