Skip to content

Commit b580c99

Browse files
committed
update some of the github actions tests
1 parent 09a1163 commit b580c99

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/workflows/drupal-tests-and-standards.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
# php-versions: '8.0'
2626
# steps:
2727
# - name: Checkout Drupal core
28-
# uses: actions/checkout@v3
28+
# uses: actions/checkout@v4
2929
# with:
3030
# repository: drupal/drupal
3131
# ref: ${{ matrix.drupal-core }}
3232

3333
# - name: Checkout module
34-
# uses: actions/checkout@v3
34+
# uses: actions/checkout@v4
3535
# with:
3636
# path: modules/bluecadet_public_files
3737

@@ -82,18 +82,10 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
drupal-core: ['10.0.x', '10.1.x']
86-
php-version: ['8.1', '8.2']
85+
drupal-core: ['10.1.x', '10.2.x', '10.3.x', '11.0.x']
86+
php-version: ['8.1', '8.2', '8.3']
8787
mariadb-version: ['10.4', '10.6']
8888
exclude:
89-
-
90-
drupal-core: '10.0.x'
91-
php-version: '8.0'
92-
mariadb-version: '10.4'
93-
-
94-
drupal-core: '10.0.x'
95-
php-version: '8.0'
96-
mariadb-version: '10.6'
9789
-
9890
drupal-core: '10.1.x'
9991
php-version: '8.0'
@@ -102,6 +94,12 @@ jobs:
10294
drupal-core: '10.1.x'
10395
php-version: '8.0'
10496
mariadb-version: '10.6'
97+
-
98+
drupal-core: '11.0.x'
99+
php-version: '8.1'
100+
-
101+
drupal-core: '11.0.x'
102+
php-version: '8.2'
105103

106104
container:
107105
# See https://github.com/tuutti/docker-images/tree/main/drupal/ci
@@ -119,7 +117,7 @@ jobs:
119117
- 3306:3306
120118

121119
steps:
122-
- uses: actions/checkout@v3
120+
- uses: actions/checkout@v4
123121
with:
124122
fetch-depth: 1
125123

0 commit comments

Comments
 (0)