Skip to content

Commit 7efdf50

Browse files
committed
Run tests on 3.x branch
1 parent 0768a0d commit 7efdf50

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/testing.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Tests
22
on:
33
push:
4-
branches: [ 8.x-4.x ]
4+
branches: [ 8.x-3.x ]
55
pull_request:
6-
branches: [ 8.x-4.x ]
6+
branches: [ 8.x-3.x ]
77
jobs:
88
drupal:
99
name: Drupal ${{ matrix.drupal-core }} (PHP ${{ matrix.php-versions }})
@@ -13,17 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['7.3', '7.4', '8.0', '8.1']
17-
drupal-core: ['9.5.x']
16+
php-versions: ['8.2']
17+
drupal-core: ['10.1.x']
1818
phpstan: ['0']
1919
include:
20-
# Extra runs to also test on latest Drupal 10.
21-
- php-versions: '8.1'
22-
drupal-core: '10.0.x'
23-
phpstan: '0'
2420
# We only need to run PHPStan once on the latest PHP version.
2521
- php-versions: '8.2'
26-
drupal-core: '10.0.x'
22+
drupal-core: '10.1.x'
2723
phpstan: '1'
2824
steps:
2925
- name: Checkout Drupal core

0 commit comments

Comments
 (0)