Skip to content

Commit

Permalink
Merge pull request #24 from n4ss1m/master
Browse files Browse the repository at this point in the history
Extend CI Workflow for PHP 8.4 & Stability Testing; Add Larastan ^3.0 Support
  • Loading branch information
kossa authored Dec 22, 2024
2 parents 37811aa + 99d794f commit 03698da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
stability: [prefer-lowest, prefer-stable]

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"homepage": "https://github.com/kossa/algerian-cities",
"require": {
"php": "^8.1|^8.2|^8.3",
"php": "^8.1",
"laravel/framework": "^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0|^11.0",
"orchestra/testbench": "^8.0|^9.0",
"laravel/pint": "^1.18",
"larastan/larastan": "^2.0"
"larastan/larastan": "^2.0|^3.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 03698da

Please sign in to comment.