Skip to content

Commit

Permalink
⬆️ Bump PHP minimal version required
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Oct 27, 2024
1 parent 3deae8d commit 903387b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
name: Unit tests
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]
os: [ ubuntu-latest ]
include:
- os: [ ubuntu-latest ]
php: 8.0
php: 8.1
composer-flag: "'--prefer-lowest'"

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -72,11 +72,11 @@ jobs:
name: Functionnal tests
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]
os: [ ubuntu-latest ]
include:
- os: [ ubuntu-latest ]
php: 8.0
php: 8.1
composer-flag: "'--prefer-lowest'"

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"post-install-cmd": "make hooks.install"
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"nekland/tools": "^2.5.1",
"symfony/event-dispatcher": "^6.0 || ^7.0",
"pagerfanta/pagerfanta": "^2.0.1 || ^3.0.0",
Expand Down

0 comments on commit 903387b

Please sign in to comment.