Skip to content

Commit

Permalink
trying to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Sep 24, 2024
1 parent 498ac0f commit b3c717e
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 @@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-24.04

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: mbstring, dom, curl

- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit b3c717e

Please sign in to comment.