Skip to content

Commit

Permalink
build(prestashop): remove php 7.2 and 7.3 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Mar 14, 2024
1 parent 8ed05ce commit 5e94644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prestashop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '7.3', '7.2', '7.1' ]
php: [ '7.4', '7.1' ]
ps: ${{ fromJson(needs.prepare.outputs.ps7-matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5e94644

Please sign in to comment.