Skip to content

Commit c9ecb14

Browse files
committed
enable workflows
1 parent 4b3829c commit c9ecb14

1 file changed

Lines changed: 0 additions & 49 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,7 @@ name: "Continuous Integration"
33

44
on:
55
pull_request:
6-
branches:
7-
- "*.x"
8-
paths:
9-
- .github/workflows/continuous-integration.yml
10-
- config/**
11-
- composer.*
12-
- phpunit.xml.dist
13-
- src/**
14-
- templates/**
15-
- tests/**
166
push:
17-
branches:
18-
- "*.x"
19-
paths:
20-
- .github/workflows/continuous-integration.yml
21-
- config/**
22-
- composer.*
23-
- phpunit.xml.dist
24-
- src/**
25-
- templates/**
26-
- tests/**
277

288
jobs:
299
phpunit:
@@ -37,9 +17,7 @@ jobs:
3717
fail-fast: false
3818
matrix:
3919
php-version:
40-
- "8.1"
4120
- "8.2"
42-
- "8.3"
4321
dependencies:
4422
- "highest"
4523
stability:
@@ -50,33 +28,6 @@ jobs:
5028
- false
5129
remove-doctrine-messenger:
5230
- false
53-
include:
54-
# Tests the lowest set of dependencies
55-
- dependencies: "lowest"
56-
stability: "stable"
57-
php-version: "8.1"
58-
59-
# Test LTS
60-
- symfony-require: "6.4.*"
61-
dependencies: "highest"
62-
php-version: "8.4"
63-
64-
# DBAL only without ORM
65-
- php-version: "8.4"
66-
dependencies: "highest"
67-
stability: "stable"
68-
remove-orm: true
69-
70-
# No Messenger integration
71-
- php-version: "8.4"
72-
dependencies: "highest"
73-
stability: "stable"
74-
remove-doctrine-messenger: true
75-
76-
# Bleeding edge
77-
- php-version: "8.4"
78-
dependencies: "highest"
79-
stability: "dev"
8031

8132
steps:
8233
- name: "Checkout"

0 commit comments

Comments
 (0)