update
This commit is contained in:
parent
f1fb4a67b4
commit
6d89751b28
2 changed files with 3 additions and 3 deletions
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
|
@ -24,5 +24,6 @@ jobs:
|
|||
sudo ./install.sh
|
||||
|
||||
- name: Run PhyrePanel Tests
|
||||
run: |
|
||||
php8.2 /tests/github-test.php
|
||||
run: |
|
||||
php8.2 /tests/github-test.php
|
||||
/usr/local/phyre/php/bin/php -v
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
<?php
|
||||
|
||||
echo 2;
|
||||
|
|
Loading…
Reference in a new issue