ci: use PHP 8.2 to build before deployment

This commit is contained in:
Stefan Kalscheuer 2024-08-08 17:01:13 +02:00
parent 5d9473eb3f
commit 78ad69c897
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
tools: composer
- name: Install
run: composer install --no-interaction

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.2'
tools: composer
- name: Install
run: composer install --no-interaction