Skip to content

Commit

Permalink
Test php8
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch authored May 5, 2021
1 parent e3ff284 commit 2e7d454
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,32 @@ jobs:
include:
- RUN: 1
DRUPAL_TESTING_DRUPAL_VERSION: '~8.8.0'
PHP_VERSION: '7.4'
- RUN: 2
DRUPAL_TESTING_COMPOSER_PROJECT: 'drupal/recommended-project'
PHP_VERSION: '7.4'
- RUN: 3
DRUPAL_TESTING_DRUPAL_VERSION: '~8.9.0'
DRUPAL_TESTING_MIN_BUILD: true
PHP_VERSION: '7.4'
- RUN: 4
DRUPAL_TESTING_COMPOSER_PROJECT: 'thunder/thunder-project'
DRUPAL_TESTING_DRUPAL_VERSION: '~9.0.0'
PHP_VERSION: '7.4'
- RUN: 5
DRUPAL_TESTING_DRUPAL_VERSION: '~9.0'
PHP_VERSION: '7.4'
- RUN: 5
DRUPAL_TESTING_DRUPAL_VERSION: '~9.0'
PHP_VERSION: '8.0'

steps:
- uses: actions/checkout@v1

- uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: '7.4'
php-version: ${{ matrix.PHP_VERSION }}
extensions: gd, pdo_mysql

- name: Start MySql service
Expand Down

0 comments on commit 2e7d454

Please sign in to comment.