Update PHP version in ci.yml
This commit is contained in:
parent
7bfe16b6be
commit
6132bd3605
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: 7.4
|
php_version: 8.1
|
||||||
php_extensions: gd
|
php_extensions: gd
|
||||||
version: 2
|
version: 2
|
||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
|
|
Loading…
Reference in a new issue