We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e939d commit 120af66Copy full SHA for 120af66
.github/workflows/php.yml
@@ -1,7 +1,7 @@
1
name: test_and_lint
2
env:
3
SIMPLETEST_DB: "sqlite://localhost//tmp/test.sqlite"
4
- SIMPLETEST_BASE_URL: "http://127.0.0.1:8000"
+ SIMPLETEST_BASE_URL: "http://127.0.0.1:8000"
5
APIGEE_EDGE_AUTH_TYPE: ${{ secrets.APIGEE_EDGE_AUTH_TYPE }}
6
APIGEE_EDGE_ORGANIZATION: ${{ secrets.APIGEE_EDGE_ORGANIZATION }}
7
APIGEE_EDGE_USERNAME: ${{ secrets.APIGEE_EDGE_USERNAME }}
@@ -37,10 +37,10 @@ jobs:
37
- "10.3.x"
38
- "11.1.x"
39
exclude:
40
- php-version: "8.1"
41
- drupal-core: "11.1.x"
42
- php-version: "8.2"
43
+ - php-version: "8.1"
+ drupal-core: "11.1.x"
+ - php-version: "8.2"
44
45
steps:
46
0 commit comments