mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
GitHub Actions with PHP 8.2
This commit is contained in:
parent
3e0f7e5452
commit
cde5801059
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
uses: php-actions/composer@v6
|
||||
with:
|
||||
php_version: 8.1
|
||||
php_version: 8.2
|
||||
php_extensions: gd
|
||||
version: 2
|
||||
- name: PHPUnit Tests
|
||||
|
|
Loading…
Reference in a new issue