Skip to content

Commit

Permalink
tests.yml added more php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh committed Mar 4, 2022
1 parent a85fde8 commit 7b070e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']

steps:
- name: Checkout
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
flags: tests
name: codecov-umbrella
yml: ./codecov.yml
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 7b070e7

Please sign in to comment.