Skip to content

Commit e4065cc

Browse files
authored
Change tested PHP versions
1 parent 21271ba commit e4065cc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: Unit Tests / PHP ${{ matrix.phpVersion }} / Winter ${{ matrix.winterRelease }}
1313
strategy:
14-
max-parallel: 3
14+
max-parallel: 4
1515
matrix:
16-
phpVersion: ['8.0', '8.1', '8.2']
17-
fail-fast: false
16+
phpVersion: ['8.1', '8.2', '8.3', '8.4']
1817
steps:
1918
- name: Setup Winter
2019
uses: wintercms/setup-winter-action@v1

0 commit comments

Comments
 (0)