Update tests with composer update step

This commit is contained in:
DariusIII
2026-02-13 13:37:27 +01:00
parent 0240570410
commit 278c9ab23a
+2 -2
View File
@@ -37,8 +37,8 @@ jobs:
run:
cp .env.test .env
- name: Run composer install
run: composer install --prefer-dist --no-interaction --no-progress
- name: Run composer update
run: composer update --prefer-dist --no-interaction --no-progress
- name: Generate app key
run: php artisan key:generate