Skip to content

Commit

Permalink
Use php-7.4 for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabbani committed Mar 21, 2024
1 parent 37bf3d5 commit d9fa4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use desired version of php
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
php-version: '7.4'
- name: Composer install and build # Remove or modify this step as needed
run: |
composer install
Expand Down

0 comments on commit d9fa4c1

Please sign in to comment.