Skip to content

Commit 5f84c9c

Browse files
chore(deps-dev): update rector/rector requirement from 1.0.5 to 1.1.1 (#32)
1 parent 5a1c050 commit 5f84c9c

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.github/workflows/phpunit.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# OCI8
5454
- php-versions: '7.4'
5555
db-platforms: OCI8
56-
mysql-versions: '5.7'
56+
mysql-versions: '8.0'
5757
dependencies: 'highest'
5858

5959
services:
@@ -77,22 +77,29 @@ jobs:
7777
options: --health-cmd=pg_isready --health-interval=10s --health-timeout=5s --health-retries=3
7878

7979
mssql:
80-
image: mcr.microsoft.com/mssql/server:2019-CU10-ubuntu-20.04
80+
image: mcr.microsoft.com/mssql/server:2019-CU28-ubuntu-20.04
8181
env:
8282
SA_PASSWORD: 1Secure*Password1
8383
ACCEPT_EULA: Y
8484
MSSQL_PID: Developer
85+
MSSQL_ENCRYPT: optional
8586
ports:
8687
- 1433:1433
87-
options: --health-cmd="/opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'" --health-interval=10s --health-timeout=5s --health-retries=3
88+
options: --health-cmd="/opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION' -N -C" --health-interval=10s --health-timeout=5s --health-retries=3
8889

8990
oracle:
90-
image: quillbuilduser/oracle-18-xe
91+
image: gvenzl/oracle-xe:18
9192
env:
92-
ORACLE_ALLOW_REMOTE: true
93+
ORACLE_RANDOM_PASSWORD: true
94+
APP_USER: ORACLE
95+
APP_USER_PASSWORD: ORACLE
9396
ports:
9497
- 1521:1521
95-
options: --health-cmd="/opt/oracle/product/18c/dbhomeXE/bin/sqlplus -s sys/Oracle18@oracledbxe/XE as sysdba <<< 'SELECT 1 FROM DUAL'" --health-interval=10s --health-timeout=5s --health-retries=3
98+
options: >-
99+
--health-cmd healthcheck.sh
100+
--health-interval 20s
101+
--health-timeout 10s
102+
--health-retries 10
96103
97104
steps:
98105
- name: Create database for MSSQL Server

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"codeigniter4/framework": "^4.2.7",
2828
"mikey179/vfsstream": "^1.6.7",
2929
"mockery/mockery": "^1.0",
30-
"rector/rector": "1.0.5"
30+
"phpunit/phpunit": "^9.6",
31+
"rector/rector": "1.1.1"
3132
},
3233
"minimum-stability": "dev",
3334
"prefer-stable": true,

0 commit comments

Comments
 (0)