Skip to content

Commit

Permalink
PHP 8.2 Build (barryvdh#1353)
Browse files Browse the repository at this point in the history
* PHP 8.2 Build

* Update run-tests.yml

* Update run-tests.yml

Co-authored-by: Barry vd. Heuvel <[email protected]>
  • Loading branch information
erikn69 and barryvdh authored Oct 31, 2022
1 parent 74d7187 commit 44f66c9
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,23 @@ jobs:

strategy:
matrix:
php: [8.1, 8.0, 7.4, 7.3, 7.2]
laravel: [9.*, 8.*, 7.*]
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
laravel: [^9, ^8, ^7]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 8.*
- laravel: ^7*
php: 8.1
- laravel: ^7
php: 8.2
- laravel: ^8
php: 7.2
- laravel: 9.*
- laravel: ^9
php: 7.2
- laravel: 9.*
- laravel: ^9
php: 7.3
- laravel: 9.*
- laravel: ^9
php: 7.4
- laravel: 7.*
- laravel: ^7
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand All @@ -50,7 +54,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:>=2.62.1" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
- name: Update Dusk Chromedriver
Expand Down

0 comments on commit 44f66c9

Please sign in to comment.