Skip to content

Commit

Permalink
Use php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Aug 4, 2024
1 parent f695455 commit c9865d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Install dependencies
run: composer install --no-progress

Expand Down

0 comments on commit c9865d0

Please sign in to comment.