Skip to content

Commit

Permalink
Test PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Nov 22, 2021
1 parent d84012d commit 96d946d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'

name: PHP ${{ matrix.php-version }}

Expand All @@ -30,10 +31,6 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Remove lock for PHP 8
if: matrix.php-version == '8.0'
run: rm composer.lock

- name: Install dependencies
run: composer install

Expand Down

0 comments on commit 96d946d

Please sign in to comment.