Skip to content

Commit

Permalink
Merge pull request #4 from Laravel-Lang/1.x
Browse files Browse the repository at this point in the history
Added support for PHP 8.1
  • Loading branch information
andrey-helldar authored Jun 9, 2024
2 parents cd922c5 + 8a0bc91 commit 65443f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.2", "8.3" ]
php: [ "8.1", "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
exclude:
- laravel: "11.0"
php: "8.1"

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"source": "https://github.com/Laravel-Lang/routes"
},
"require": {
"php": "^8.2",
"php": "^8.1",
"dragon-code/support": "^6.13",
"illuminate/config": "^10.0 || ^11.0",
"illuminate/http": "^10.0 || ^11.0",
Expand Down

0 comments on commit 65443f2

Please sign in to comment.