mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add PHP 8.1 and remove PHP 7.0 from unit test matrix
PHP 7.0은 유닛 테스트 환경과 더이상 호환되지 않으므로 제거하고, 그 대신 PHP 8.1 테스트를 추가함.
This commit is contained in:
parent
326f84584a
commit
d5d559ff61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
|
||||
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue