Skip to content

Commit

Permalink
Merge pull request #1 from spatie/main
Browse files Browse the repository at this point in the history
add php 8.2 to workflow (spatie#157)
  • Loading branch information
juzaweb authored Dec 11, 2022
2 parents 4ad0a84 + 6e115ad commit ccfc3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0]
php: [8.2, 8.1, 8.0]
laravel: [8.*, 9.*]
dependency-version: [prefer-stable]
include:
Expand All @@ -33,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 }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit ccfc3d7

Please sign in to comment.