Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
⬆️ Use PHP 8.1 or 8.2 in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 15, 2023
1 parent 2dc3e32 commit e3bbca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2]
dependencies: [lowest, highest]
experimental: [false]
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"php": ">=8.0"
},
"require-dev": {
"php": "^8.1||^8.2",
"sikessem/devtools": "^0.4.0"
},
"autoload": {
Expand Down

0 comments on commit e3bbca1

Please sign in to comment.