Skip to content

Commit

Permalink
[1.x] Restores original PHP versions. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter authored Feb 27, 2024
1 parent 2e0c9ec commit 3f30d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,18 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
laravel-constraint:
- "9.*"
- "10.*"
dependencies:
- "lowest"
- "highest"
exclude:
- php-version: "8.0"
laravel-constraint: "10.*"

steps:
- name: "Set up PHP"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"issues": "https://github.com/Laragear/WebAuthn/issues"
},
"require": {
"php": "^8.1",
"php": "8.*",
"ext-openssl": "*",
"ext-json": "*",
"illuminate/auth": "9.*|10.*",
Expand Down

0 comments on commit 3f30d20

Please sign in to comment.