Skip to content

Commit

Permalink
Run tests on 3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigisa committed Sep 7, 2023
1 parent 0768a0d commit 7efdf50
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
on:
push:
branches: [ 8.x-4.x ]
branches: [ 8.x-3.x ]
pull_request:
branches: [ 8.x-4.x ]
branches: [ 8.x-3.x ]
jobs:
drupal:
name: Drupal ${{ matrix.drupal-core }} (PHP ${{ matrix.php-versions }})
Expand All @@ -13,17 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1']
drupal-core: ['9.5.x']
php-versions: ['8.2']
drupal-core: ['10.1.x']
phpstan: ['0']
include:
# Extra runs to also test on latest Drupal 10.
- php-versions: '8.1'
drupal-core: '10.0.x'
phpstan: '0'
# We only need to run PHPStan once on the latest PHP version.
- php-versions: '8.2'
drupal-core: '10.0.x'
drupal-core: '10.1.x'
phpstan: '1'
steps:
- name: Checkout Drupal core
Expand Down

0 comments on commit 7efdf50

Please sign in to comment.