Skip to content

Commit

Permalink
chore: drop php 8.1 verification
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Dec 12, 2024
1 parent cc3f90c commit a328a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
verify:
uses: sitepark/github-project-workflow/.github/workflows/composer-verify.yml@release/1.x
with:
phpVersions: '["8.1","8.2","8.3","8.4"]'
phpVersions: '["8.2","8.3","8.4"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a328a08

Please sign in to comment.