Skip to content

Commit af3a802

Browse files
author
Alex Westergaard
committed
Add PHP7.1 to Matrix Testing
1 parent cb10ed0 commit af3a802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
render-php:
1111
runs-on: ${{ matrix.operating-system }}
1212
strategy:
13-
max-parallel: 4
13+
max-parallel: 3
1414
fail-fast: false
1515
matrix:
1616
operating-system: ["ubuntu-latest", "windows-latest"]
17-
php-versions: ["7.0", "7.4", "8.0", "8.1"]
17+
php-versions: ["7.0", "7.1", "7.4", "8.0", "8.1"]
1818
phpunit-versions: ["latest"]
1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)