11# GitHub Action for DrupalQA  
22
3+ [ ![ GitHub Super-Linter] ( https://github.com/hussainweb/drupalqa-action/actions/workflows/linter.yml/badge.svg )] ( https://github.com/super-linter/super-linter ) 
4+ ![ CI] ( https://github.com/hussainweb/drupalqa-action/actions/workflows/ci.yml/badge.svg ) 
5+ [ ![ Check dist/] ( https://github.com/hussainweb/drupalqa-action/actions/workflows/check-dist.yml/badge.svg )] ( https://github.com/hussainweb/drupalqa-action/actions/workflows/check-dist.yml ) 
6+ [ ![ CodeQL] ( https://github.com/hussainweb/drupalqa-action/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/hussainweb/drupalqa-action/actions/workflows/codeql-analysis.yml ) 
7+ [ ![ Coverage] ( ./badges/coverage.svg )] ( ./badges/coverage.svg ) 
8+ 
39This action runs checks from [ DrupalQA] ( https://github.com/hussainweb/drupalqa ) 
410on a Drupal codebase. While you can directly use the Docker image with GitHub
511Actions, this Action makes it simpler to specify and configure some of the
@@ -10,14 +16,14 @@ checks.
1016### ` php-version `  
1117
1218The PHP version to use (corresponds to the Docker image). Allowed options and
13- their corresponding Docker images are as follows. Default: ` 8.2  ` .
19+ their corresponding Docker images are as follows. Default: ` 8.4  ` .
1420
1521|  php-version |  Docker image                                 | 
1622|  ----------- |  -------------------------------------------- | 
1723|  7.3         |  hussainweb/drupalqa: php7 .3 (_ not supported_ ) | 
1824|  7.4         |  hussainweb/drupalqa: php7 .4 (_ not supported_ ) | 
1925|  8.0         |  hussainweb/drupalqa: php8 .0 (_ not supported_ ) | 
20- |  8.1         |  hussainweb/drupalqa: php8 .1                    | 
26+ |  8.1         |  hussainweb/drupalqa: php8 .1 ( _ not supported _ )  | 
2127|  8.2         |  hussainweb/drupalqa: php8 .2                   | 
2228|  8.3         |  hussainweb/drupalqa: php8 .3                   | 
2329|  8.4         |  hussainweb/drupalqa: php8 .4                   | 
@@ -61,7 +67,7 @@ No outputs.
6167` ` ` yaml
6268uses: hussainweb/drupalqa@v1 
6369with: 
64-   php-version: 8.2  
70+   php-version: 8.4  
6571  checks: | 
6672    phplint: {} 
6773    phpcs: 
0 commit comments