Skip to content

Commit 120af66

Browse files
committed
Updated exclude in workflow
1 parent 71e939d commit 120af66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: test_and_lint
22
env:
33
SIMPLETEST_DB: "sqlite://localhost//tmp/test.sqlite"
4-
SIMPLETEST_BASE_URL: "http://127.0.0.1:8000"
4+
SIMPLETEST_BASE_URL: "http://127.0.0.1:8000"
55
APIGEE_EDGE_AUTH_TYPE: ${{ secrets.APIGEE_EDGE_AUTH_TYPE }}
66
APIGEE_EDGE_ORGANIZATION: ${{ secrets.APIGEE_EDGE_ORGANIZATION }}
77
APIGEE_EDGE_USERNAME: ${{ secrets.APIGEE_EDGE_USERNAME }}
@@ -37,10 +37,10 @@ jobs:
3737
- "10.3.x"
3838
- "11.1.x"
3939
exclude:
40-
php-version: "8.1"
41-
drupal-core: "11.1.x"
42-
php-version: "8.2"
43-
drupal-core: "11.1.x"
40+
- php-version: "8.1"
41+
drupal-core: "11.1.x"
42+
- php-version: "8.2"
43+
drupal-core: "11.1.x"
4444

4545
steps:
4646

0 commit comments

Comments
 (0)