Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
Set PHP version to 8.2

Signed-off-by: Ahmed Ghanem <[email protected]>
  • Loading branch information
ahmedghanem00 authored Apr 12, 2023
1 parent 52c80b9 commit 5f6bfb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2

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

Expand Down

0 comments on commit 5f6bfb3

Please sign in to comment.