Skip to content

Commit

Permalink
Fix ubuntu typo in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Feb 3, 2025
1 parent 1a8cdbb commit 2d5ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d5ca36

Please sign in to comment.