Skip to content

Commit

Permalink
npm run prettier 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Oct 1, 2024
1 parent 9340bb0 commit 0d11f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ jobs:
if: matrix.language == 'php'
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
with:
php-version: '8.3'
php-version: "8.3"
tools: composer, phpunit

- name: Install Go
if: matrix.language == 'go'
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 'stable'
go-version: "stable"

- name: Run language tests
run: |
Expand Down

0 comments on commit 0d11f70

Please sign in to comment.