Skip to content

Commit

Permalink
Use the latest stable release to biuld the PHAR
Browse files Browse the repository at this point in the history
Previously that was the lowest possible PHP-version. But as the
build-tools only work with a more recent version of PHP and the
PHP-version used to create the PHAR has no impact on the PHAR itself it
makes sense to use the latest (or at least a rather recent) PHP-Version
  • Loading branch information
heiglandreas committed Mar 16, 2024
1 parent 108c8f5 commit 575b02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
composer-mode: [update]
symfony-version: ['']
include:
# Get the existing 7.2 to publish the phar
- php: 7.2
# Get the latest stable PHP to publish the phar
- php: 8.3
os: ubuntu-latest
composer-mode: update
publish-phar: true
Expand Down

0 comments on commit 575b02a

Please sign in to comment.