Skip to content

Commit

Permalink
limiting version support checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jgivoni committed Aug 31, 2023
1 parent 5ca05b0 commit 48986ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
job1:
strategy:
matrix:
php_version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
php_version: ["8.0", "8.1", "8.2"]
name: PhpStan static analyzer ${{ matrix.php_version }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
job2:
strategy:
matrix:
php_version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
php_version: ["8.0", "8.1", "8.2"]
name: PhpUnit unit tests ${{ matrix.php_version }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 48986ff

Please sign in to comment.