Skip to content

Commit

Permalink
PHP 8.1 Support (#190)
Browse files Browse the repository at this point in the history
* Test against PHP 8.1
  • Loading branch information
phdhiren authored Jun 7, 2022
1 parent 099d72a commit 92ebfad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
php-version:
- "7.4"
- "8.0"
# - "8.1"
- "8.1"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "9.2.x"
Expand Down Expand Up @@ -126,3 +126,10 @@ jobs:
run: |
cd drupal
vendor/bin/phpunit -c core --verbose --color --group apigee_api_catalog --testsuite functional
- name: Artifacts
if: failure()
uses: actions/upload-artifact@v3
with:
name: browser-output-${{ matrix.php-version }}-${{ matrix.drupal-core }}-artifact
path: drupal/sites/simpletest/browser_output/*

0 comments on commit 92ebfad

Please sign in to comment.