Skip to content

Commit 9edceab

Browse files
committed
Remove duplicated PHP versions in publish-release workflow
1 parent 1cb93f6 commit 9edceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
13-
php-version: ['8.4', '8.4', '8.5']
13+
php-version: ['8.4', '8.5']
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: './.github/actions/ci-setup'

0 commit comments

Comments
 (0)