mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Remove PHP 7.2 and 7.3 from test matrix
This commit is contained in:
parent
7e142722d4
commit
f7038ebde5
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.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
|
||||
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue