Skip to content

Commit

Permalink
fix: yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CostaMateus committed Aug 1, 2024
1 parent 011b873 commit efeb3f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build:

runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.2']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.2']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}


steps:
Expand Down

0 comments on commit efeb3f1

Please sign in to comment.