File tree Expand file tree Collapse file tree 1 file changed +50
-50
lines changed
Expand file tree Collapse file tree 1 file changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -99,36 +99,36 @@ jobs:
9999 include :
100100 - php : ' 8.1'
101101 db : " mariadb:10.2"
102- - php : ' 8.1'
103- db : " mariadb:10.3"
104- - php : ' 8.1'
105- db : " mariadb:10.4"
106- - php : ' 8.1'
107- db : " mariadb:10.6"
108- - php : ' 8.1'
109- db : " mariadb:10.9"
110- - php : ' 8.1'
111- db : " mariadb:10.10"
112- - php : ' 8.1'
113- db : " mariadb:10.11"
114- - php : ' 8.1'
115- db : " mysql:5.7"
116- db_alias : " MyISAM Tests"
117- MYISAM : 1
118- - php : ' 8.1'
119- db : " mysql:8.0"
120- COVERAGE : 1
121- db_alias : " mysql:8.0 with Coverage"
122- - php : ' 8.1'
123- db : " mysql:8.1"
124- - php : ' 8.2'
125- db : " mysql:8.0"
126- - php : ' 8.2'
127- db : " mariadb:10.2"
128- - php : ' 8.3'
129- db : " mysql:5.7"
130- - php : ' 8.3'
131- db : " mariadb:10.2"
102+ # - php: '8.1'
103+ # db: "mariadb:10.3"
104+ # - php: '8.1'
105+ # db: "mariadb:10.4"
106+ # - php: '8.1'
107+ # db: "mariadb:10.6"
108+ # - php: '8.1'
109+ # db: "mariadb:10.9"
110+ # - php: '8.1'
111+ # db: "mariadb:10.10"
112+ # - php: '8.1'
113+ # db: "mariadb:10.11"
114+ # - php: '8.1'
115+ # db: "mysql:5.7"
116+ # db_alias: "MyISAM Tests"
117+ # MYISAM: 1
118+ # - php: '8.1'
119+ # db: "mysql:8.0"
120+ # COVERAGE: 1
121+ # db_alias: "mysql:8.0 with Coverage"
122+ # - php: '8.1'
123+ # db: "mysql:8.1"
124+ # - php: '8.2'
125+ # db: "mysql:8.0"
126+ # - php: '8.2'
127+ # db: "mariadb:10.2"
128+ # - php: '8.3'
129+ # db: "mysql:5.7"
130+ # - php: '8.3'
131+ # db: "mariadb:10.2"
132132 - php : ' 8.4'
133133 db : " mysql:8.0"
134134 - php : ' 8.4'
@@ -253,24 +253,24 @@ jobs:
253253 include :
254254 - php : ' 8.1'
255255 db : " postgres:9.5"
256- - php : ' 8.1'
257- db : " postgres:9.6"
258- - php : ' 8.1'
259- db : " postgres:10"
260- - php : ' 8.1'
261- db : " postgres:11"
262- - php : ' 8.1'
263- db : " postgres:12"
264- - php : ' 8.1'
265- db : " postgres:13"
266- - php : ' 8.1'
267- db : " postgres:14"
268- - php : ' 8.1'
269- db : " postgres:15"
270- - php : ' 8.2'
271- db : " postgres:9.5"
272- - php : ' 8.3'
273- db : " postgres:9.5"
256+ # - php: '8.1'
257+ # db: "postgres:9.6"
258+ # - php: '8.1'
259+ # db: "postgres:10"
260+ # - php: '8.1'
261+ # db: "postgres:11"
262+ # - php: '8.1'
263+ # db: "postgres:12"
264+ # - php: '8.1'
265+ # db: "postgres:13"
266+ # - php: '8.1'
267+ # db: "postgres:14"
268+ # - php: '8.1'
269+ # db: "postgres:15"
270+ # - php: '8.2'
271+ # db: "postgres:9.5"
272+ # - php: '8.3'
273+ # db: "postgres:9.5"
274274 - php : ' 8.4'
275275 db : " postgres:9.5"
276276
@@ -306,8 +306,8 @@ jobs:
306306 - name : Checkout phpBB
307307 uses : actions/checkout@v4
308308 with :
309- repository : rxu/phpbb3
310- ref : ${{ env.PHPBB_BRANCH }}
309+ repository : phpbb/phpbb
310+ ref : master
311311 path : phpBB3
312312
313313 - name : Checkout extension
You can’t perform that action at this time.
0 commit comments