From 9b0ae6b87f5a65bf276f29d4abe98521edbed813 Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Tue, 16 Jul 2024 20:57:35 -1000 Subject: [PATCH] Update test line --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b11c4a..bb795d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: operating-system: [ubuntu-20.04, macOS-10.15] php-versions: ["8.0", "8.3"] symfony-versions: ["5.4", "6.4", "7.1"] - name: Test Symfony ${{ matrix.symfony-versions }} with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} + name: test php/${{ matrix.php-versions }} symfony/${{ matrix.symfony-versions }} on ${{ matrix.operating-system }} steps: - name: Checkout uses: actions/checkout@v2