Skip to content

Commit

Permalink
Try to use php 8.3 on action
Browse files Browse the repository at this point in the history
  • Loading branch information
j3j5 committed Apr 17, 2024
1 parent fd53419 commit a60996d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup PHP with Xdebug
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
coverage: xdebug

- name: Validate composer.json and composer.lock
run: composer validate --strict

Expand Down

0 comments on commit a60996d

Please # to comment.