Skip to content

Commit

Permalink
update github flow
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Feb 5, 2024
1 parent 2bc6fca commit 893872d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.3]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: ^8.8
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
run: composer show -D

- name: Execute tests
run: vendor/bin/pest --ci
run: vendor/bin/pest --ci

0 comments on commit 893872d

Please sign in to comment.