Skip to content

Commit

Permalink
Upgrade PHP version in GitHub workflow
Browse files Browse the repository at this point in the history
The PHP version used in the GitHub workflow has been upgraded to 8.3. With this update, the application aligns to use the upgraded version promoting better compatibility and improved performance. This further ensures the use of more stable, secure and highly performant dependencies.
  • Loading branch information
SmetDenis committed Apr 8, 2024
1 parent 474bf33 commit 9fa6472
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

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

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 9fa6472

Please sign in to comment.