mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #6804 from paulbalandan/deptrac
Fix deptrac requires ^8.1
This commit is contained in:
commit
32a5cccf53
2
.github/workflows/test-deptrac.yml
vendored
2
.github/workflows/test-deptrac.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
php-version: '8.1'
|
||||
tools: composer, phive
|
||||
extensions: intl, json, mbstring, gd, mysqlnd, xdebug, xml, sqlite3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user