From 1aa87c667518bcede45c2079031677b68162f9be Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 24 Apr 2024 16:49:55 +0200 Subject: [PATCH] Fix --- .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 8e66d6d..4cdbe86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: sodium: 'dev' experimental: true - name: "Test: PHP ${{ matrix.php }} - PHPCompat ${{ matrix.phpcompat }} - Sodium ${{ matrix.sodium }}" + name: "Test: PHP ${{ matrix.php }} - PHPCompat ${{ matrix.phpcompat != stable && ' dev' || 'stable' }} - Sodium ${{ matrix.sodium }}" continue-on-error: ${{ matrix.experimental }} steps: