mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Remove special condition for PHP < 7.3 in Github CI
This commit is contained in:
parent
c566803d9a
commit
34280af0f0
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -35,12 +35,6 @@ jobs:
|
||||||
if: matrix.php != '8.0'
|
if: matrix.php != '8.0'
|
||||||
run: php -S localhost:8000 &
|
run: php -S localhost:8000 &
|
||||||
|
|
||||||
- name: Remove incompatible dependencies from older PHP versions
|
|
||||||
if: matrix.php <= '7.2'
|
|
||||||
run: |
|
|
||||||
wget https://getcomposer.org/composer-2.phar
|
|
||||||
php composer-2.phar remove --ignore-platform-reqs abraham/twitteroauth
|
|
||||||
|
|
||||||
- name: Build and run codeception
|
- name: Build and run codeception
|
||||||
if: matrix.php != '8.0'
|
if: matrix.php != '8.0'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue