Skip to content

Commit

Permalink
add php 8.2 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Dec 9, 2022
1 parent da09173 commit 96af8b8
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 @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.3, 7.4, 8.0, 8.1]
php: [8.2, 8.1, 8.0, 7.4, 7.3]
laravel: [9.*, 8.*]
dependency-version: [prefer-stable]
include:
Expand Down Expand Up @@ -55,7 +55,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 --no-suggest
- name: Start database server
Expand Down

0 comments on commit 96af8b8

Please sign in to comment.