Skip to content

Commit 79b6377

Browse files
committed
🔧 exclude problematic versions from automated tests
1 parent 515f3a9 commit 79b6377

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test-bacon.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
matrix:
1313
php-version: [8.2, 8.3, 8.4, 8.5]
1414
bacon-version: ["^2", "^3"]
15+
exclude:
16+
- php-version: 8.4
17+
endroid-version: "^2"
1518

1619
steps:
1720
- uses: actions/checkout@v5

.github/workflows/test-endroid.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
matrix:
1313
php-version: [8.2, 8.3, 8.4, 8.5]
1414
endroid-version: ["^3", "^4", "^5", "^6"]
15+
exclude:
16+
- php-version: 8.4
17+
endroid-version: "^3"
1518

1619
steps:
1720
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)