shorter
This commit is contained in:
parent
b1dbebf17f
commit
1e1617eb53
@ -6,12 +6,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: All tools we need
|
- name: All tools we need
|
||||||
run: apt update && apt install -y default-jre git php php-dom php-curl php-sqlite3
|
run: apt update && apt install -y
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: run test
|
- name: run test
|
||||||
run: |
|
run: |
|
||||||
ls -la /etc/php*
|
find /etc/php7.4
|
||||||
#sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php82/php.ini
|
#sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php82/php.ini
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user