mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
GitHub Actions with PHP 8.2
This commit is contained in:
parent
9afadc2790
commit
75d7d8411a
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
|
- name: Install dependencies
|
||||||
uses: php-actions/composer@v6
|
uses: php-actions/composer@v6
|
||||||
with:
|
with:
|
||||||
php_version: 8.1
|
php_version: 8.2
|
||||||
php_extensions: gd
|
php_extensions: gd
|
||||||
version: 2
|
version: 2
|
||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
|
|
Loading…
Reference in a new issue