chore(deps): Ajoute setup-php pour PHP 8.3
This commit is contained in:
6
.github/workflows/install-deps.yml
vendored
6
.github/workflows/install-deps.yml
vendored
@@ -32,3 +32,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup PHP and Composer
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.3'
|
||||
tools: symfony-cli
|
||||
|
||||
Reference in New Issue
Block a user