Skip to content

Commit

Permalink
fix: php ver
Browse files Browse the repository at this point in the history
  • Loading branch information
difcsi committed Oct 22, 2024
1 parent 016e509 commit c18498f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ebdeploy.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
runs-on: 'ubuntu-latest'
environment: Elastic Beanstalk
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, mailparse
coverage: none
- name: Checkout source code
uses: actions/checkout@v2
- name: Exit if not prod
Expand Down

0 comments on commit c18498f

Please sign in to comment.