Skip to content

Commit

Permalink
build(gha): remove php 8.0 from prestashop matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed May 23, 2024
1 parent 4326f56 commit e6d360f
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 @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.2', '8.1', '8.0' ]
php: [ '8.2', '8.1' ]
ps: ${{ fromJson(needs.prepare.outputs.ps8-matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e6d360f

Please sign in to comment.