Skip to content

Commit

Permalink
Merge pull request #10 from driesvints/patch-1
Browse files Browse the repository at this point in the history
Run PHP 8.1 builds
  • Loading branch information
freekmurze authored Oct 29, 2021
2 parents 4c03232 + 45a6fc7 commit dc69c26
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0]
php: [7.4, 8.0, 8.1]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest, windows-latest]
include:
- laravel: 8.*
testbench: 6.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand All @@ -36,7 +33,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
Expand Down

0 comments on commit dc69c26

Please sign in to comment.