Skip to content

Commit

Permalink
Merge pull request #27 from michael-rubel/patch/php82-support
Browse files Browse the repository at this point in the history
PHP 8.2 build 🐘
  • Loading branch information
michael-rubel authored Dec 10, 2022
2 parents 135a320 + a9f0ceb commit f49cf62
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 @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2]
laravel: ["9.x"]
stability: [prefer-lowest, prefer-stable]

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --dev --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.62.1" --dev --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit f49cf62

Please sign in to comment.