Skip to content

Commit 7b070e7

Browse files
authored
tests.yml added more php versions
1 parent a85fde8 commit 7b070e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php-versions: ['7.4', '8.0', '8.1']
12+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
1313

1414
steps:
1515
- name: Checkout
@@ -45,4 +45,4 @@ jobs:
4545
flags: tests
4646
name: codecov-umbrella
4747
yml: ./codecov.yml
48-
fail_ci_if_error: true
48+
fail_ci_if_error: true

0 commit comments

Comments
 (0)