Skip to content

Commit

Permalink
Dropped support of php 7.2 but included the nightly version of 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Sep 16, 2021
1 parent 10f4b44 commit 7cbba74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0', '8.1']

name: PHPUnit ${{ matrix.php-versions }}

Expand Down

0 comments on commit 7cbba74

Please sign in to comment.