Skip to content

Commit b6ba4a7

Browse files
committed
modifications for testing
1 parent edb850f commit b6ba4a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- feature/**
78
pull_request:
89

910
env:
@@ -23,6 +24,9 @@ jobs:
2324
- "8.3"
2425
memcached-version:
2526
- "1.6"
27+
include:
28+
- php-version: 8.3
29+
mode: experimental
2630

2731
services:
2832
memcached:

data/bin/symfony

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
/*
55
* This file is part of the symfony package.
66
* (c) Fabien Potencier <[email protected]>
7-
*
7+
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
if (phpversion() === '8.3.4')
13+
exit(1);
14+
1215
// project exists?
1316
if (file_exists('config/ProjectConfiguration.class.php'))
1417
{

0 commit comments

Comments
 (0)