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.
1 parent 21271ba commit e4065ccCopy full SHA for e4065cc
1 file changed
.github/workflows/tests.yml
@@ -11,10 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
name: Unit Tests / PHP ${{ matrix.phpVersion }} / Winter ${{ matrix.winterRelease }}
13
strategy:
14
- max-parallel: 3
+ max-parallel: 4
15
matrix:
16
- phpVersion: ['8.0', '8.1', '8.2']
17
- fail-fast: false
+ phpVersion: ['8.1', '8.2', '8.3', '8.4']
18
steps:
19
- name: Setup Winter
20
uses: wintercms/setup-winter-action@v1
0 commit comments