Skip to content

Commit 685dae7

Browse files
committed
Do not test on PHP 7.1 and remove fail fast strategy
1 parent 612e664 commit 685dae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
strategy:
12-
fail-fast: true
12+
fail-fast: false
1313
matrix:
14-
php-version: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
14+
php-version: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1515

1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)