Skip to content

Commit

Permalink
Remove 7.2 from php-versions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
patdel0 committed Jun 28, 2024
1 parent 36e06b0 commit 6c9d488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.2', '7.4']
php-versions: ['7.4']
steps:
- uses: actions/checkout@v3
- name: Setup PHP
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.2', '7.4']
php-versions: ['7.4']
steps:
- uses: actions/checkout@v3
- name: Setup PHP
Expand Down

0 comments on commit 6c9d488

Please sign in to comment.