Commit ac4429a 1 parent 45a2db2 commit ac4429a Copy full SHA for ac4429a
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 67
67
run : docker exec -i oci bash -c "sqlplus -s system/root@XE <<< 'ALTER USER system DEFAULT TABLESPACE USERS;'"
68
68
69
69
- name : Checkout.
70
- uses : actions/checkout@v4
70
+ uses : actions/checkout@v3
71
71
72
72
- name : Install PHP with extensions.
73
73
uses : shivammathur/setup-php@v2
76
76
extensions : ${{ env.EXTENSIONS }}
77
77
ini-values : date.timezone='UTC'
78
78
coverage : pcov
79
+ tools : composer:v2
79
80
80
81
- name : Update composer.
81
82
run : composer self-update
92
93
FULL_BRANCH_NAME : ${{ env.FULL_BRANCH_NAME }}
93
94
WORK_PACKAGE_URL : ${{ env.WORK_PACKAGE_URL }}
94
95
96
+ - name : Install dependencies with composer.
97
+ run : composer update --no-interaction --no-progress --optimize-autoloader --ansi
98
+
95
99
- name : Run tests with phpunit with code coverage.
96
100
run : vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always --display-warnings --display-deprecations
97
101
env :
@@ -103,7 +107,7 @@ jobs:
103
107
YII_ORACLE_PASSWORD : root
104
108
105
109
- name : Upload coverage to Codecov.
106
- uses : codecov/codecov-action@v5
110
+ uses : codecov/codecov-action@v3
107
111
with :
108
112
token : ${{ secrets.CODECOV_TOKEN }}
109
113
files : ./coverage.xml
You can’t perform that action at this time.
0 commit comments