Skip to content

Commit 9b7f746

Browse files
author
oriol.navascuez
committed
Excluding symfony-yaml 3.4 on php8.3 tests
1 parent e9a332c commit 9b7f746

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Style
22

33
on:
44
push:
5-
branches: [ master, Adding_php83 ]
5+
branches: [ master ]
66
pull_request:
77
branches: [ master ]
88

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master, Adding_php83 ]
5+
branches: [ master ]
66
pull_request:
77
branches: [ master ]
88

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PHPStan
22

33
on:
44
push:
5-
branches: [ master, Adding_php83 ]
5+
branches: [ master ]
66
pull_request:
77
branches: [ master ]
88

0 commit comments

Comments
 (0)