Skip to content

Commit 252f8f4

Browse files
committed
ci(Unit Tests): exclude testing lowest phpcs on php 8.3
1 parent 04ca021 commit 252f8f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
6666
phpcs_version: ["lowest", "stable", "4.x-dev"]
6767

68+
exclude:
69+
- php: "8.3"
70+
phpcs_version: "lowest"
71+
6872
include:
6973
# Add some builds with variations of the dependency versions.
7074
- php: "8.4"

0 commit comments

Comments
 (0)