From 2d5ca3614e43c6fb279e5d744a0e67d8edfb2273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 3 Feb 2025 10:47:31 +0200 Subject: [PATCH] Fix ubuntu typo in github actions --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 5b7ab574..1d91f9f4 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -19,7 +19,7 @@ jobs: php-versions: ["8.1", "8.2", "8.3", "8.4"] - name: PHP ${{ matrix.php-versions }} Test on ubantu-latest + name: PHP ${{ matrix.php-versions }} Test on ubuntu-latest steps: - uses: actions/checkout@v3