Skip to content

Commit

Permalink
Change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jul 17, 2024
1 parent e3d2ce4 commit 21ede67
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 @@ -92,7 +92,7 @@ jobs:
- php-version: "8.3"
operating-system: macos-12
symfony-version: "7.1"
name: test php/${{ matrix.php-version }} symfony/${{ matrix.symfony-version }} on ${{ matrix.operating-system }}
name: "${{ matrix.operating-system }}: php/${{ matrix.php-version }} symfony/${{ matrix.symfony-version }}"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 21ede67

Please sign in to comment.