Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Feb 9, 2024
1 parent 00f0b54 commit 3966be4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 1
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 7.2, 7.3, 7.4, 8.0, 8.2, 8.3 ]
php: [ 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ]
laravel: [ 6.*, 7.*, 8.*, 9.*, 10.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
Expand All @@ -30,15 +30,15 @@ jobs:
testbench: 8.*
exclude:
- laravel: 6.*
php: 8.0
php: [ 8.1, 8.2, 8.3 ]
- laravel: 7.*
php: 8.0
php: [ 8.1, 8.2, 8.3 ]
- laravel: 8.*
php: 7.2
- laravel: 8.*
php: 7.3
- laravel: 8.*
php: 8.0
php: [ 7.2, 7.3, 8.2, 8.3 ]
- laravel: 9.*
php: [ 7.2, 7.3, 7.4, 8.3 ]
- laravel: 10.*
php: [ 7.2, 7.3, 7.4, 8.0 ]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.4|^9.0",
"pestphp/pest": "^1.23",
"laravel/pint": "^1.13"
"pestphp/pest": "^1.23"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3966be4

Please sign in to comment.