Skip to content

Commit

Permalink
Updated exclude in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Mar 5, 2025
1 parent 71e939d commit 120af66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test_and_lint
env:
SIMPLETEST_DB: "sqlite://localhost//tmp/test.sqlite"
SIMPLETEST_BASE_URL: "http://127.0.0.1:8000"
SIMPLETEST_BASE_URL: "http://127.0.0.1:8000"
APIGEE_EDGE_AUTH_TYPE: ${{ secrets.APIGEE_EDGE_AUTH_TYPE }}
APIGEE_EDGE_ORGANIZATION: ${{ secrets.APIGEE_EDGE_ORGANIZATION }}
APIGEE_EDGE_USERNAME: ${{ secrets.APIGEE_EDGE_USERNAME }}
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
- "10.3.x"
- "11.1.x"
exclude:
php-version: "8.1"
drupal-core: "11.1.x"
php-version: "8.2"
drupal-core: "11.1.x"
- php-version: "8.1"
drupal-core: "11.1.x"
- php-version: "8.2"
drupal-core: "11.1.x"

steps:

Expand Down

0 comments on commit 120af66

Please sign in to comment.