Compare commits
No commits in common. "b1dbebf17fc10fe1bb41617bb612e6a8f25839fa" and "b6b82cae417dfde2a7c0b6d27fe60b1015575ba9" have entirely different histories.
b1dbebf17f
...
b6b82cae41
@ -1,17 +0,0 @@
|
||||
on: [push]
|
||||
|
||||
|
||||
jobs:
|
||||
update_database:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: All tools we need
|
||||
run: apt update && apt install -y default-jre git php php-dom php-curl php-sqlite3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: run test
|
||||
run: |
|
||||
ls -la /etc/php*
|
||||
#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