Skip to content

Commit

Permalink
build: use PHP 8.3 to release phar
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench authored Feb 18, 2025
1 parent 397f070 commit 988fd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
tools: composer:2
php-version: '8.1'
php-version: '8.3'

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down

0 comments on commit 988fd12

Please sign in to comment.