Skip to content

Commit

Permalink
Mise à jour du nom du job PHP APACHE dans le fichier ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Mar 25, 2024
1 parent 586388b commit b15b0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
fail-fast: false
matrix:
php: ${{ fromJson(needs.generatejobs.outputs.php) }}
name: PHP APACHE${{ matrix.php.version }}
name: PHP APACHE ${{ matrix.php.version }}
needs: generatejobs
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit b15b0a4

Please sign in to comment.