Skip to content

Commit

Permalink
Update formatting GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
adevade committed Sep 4, 2024
1 parent 5afd654 commit c5fbbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
php-version: "8.3"
tools: composer:v2
coverage: none

Expand Down

0 comments on commit c5fbbc4

Please sign in to comment.