Remove duplicated PHP versions in publish-release workflow

This commit is contained in:
Alejandro Celaya
2026-01-09 17:29:08 +01:00
parent 5b4e0b1d84
commit b8f3a02a22

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
php-version: ['8.4', '8.4', '8.5']
php-version: ['8.4', '8.5']
steps:
- uses: actions/checkout@v5
- uses: './.github/actions/ci-setup'