Skip to content

Commit

Permalink
feat: Set up tests with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdotvin committed Apr 8, 2024
1 parent 3662a78 commit 02707b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: ['9.*', '10.*', '11.*']
stability: [prefer-stable]
include:
Expand All @@ -30,6 +30,8 @@ jobs:
- laravel: 11.*
testbench: ^9.0
exclude:
- laravel: 9.*
php: 8.3
- laravel: 11.*
php: 8.1

Expand Down

0 comments on commit 02707b3

Please sign in to comment.