add testbed for WP 5.9 and PHP 8.0, update actions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-14 18:15:30 +02:00
parent aa1a49c575
commit 5a1320c365
7 changed files with 24 additions and 18 deletions

View File

@@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
tools: composer
- name: Install
run: composer install --no-interaction