ci: update CI

This commit is contained in:
Maël Gangloff 2025-10-14 19:26:31 +02:00
parent 6e489dfdcc
commit b0f5daf6f3
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -58,6 +58,10 @@ jobs:
name: php-vendor
path: vendor
- name: Set executable permissions
run: chmod +x vendor/bin/*
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
@ -81,6 +85,10 @@ jobs:
name: php-vendor
path: vendor
- name: Set executable permissions
run: chmod +x vendor/bin/*
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
@ -116,6 +124,9 @@ jobs:
name: php-vendor
path: vendor
- name: Set executable permissions
run: chmod +x vendor/bin/*
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
@ -148,6 +159,10 @@ jobs:
name: php-vendor
path: vendor
- name: Set executable permissions
run: chmod +x vendor/bin/*
- name: Cache Node modules
uses: actions/cache@v3
with: