1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-06 14:16:28 +02:00

Fix ubuntu typo in github actions

This commit is contained in:
Elan Ruusamäe
2025-02-03 10:47:31 +02:00
committed by GitHub
parent 1a8cdbb6c7
commit 2d5ca3614e

View File

@@ -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