Skip to content

Commit

Permalink
set minimum php version requirement to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakonokode committed Jun 3, 2024
1 parent 27bc317 commit cb72b73
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.0, 8.1, 8.2 ]
php: [ 8.1, 8.2 ]
os: [ ubuntu-latest ]
include:
- os: [ ubuntu-latest ]
php: 7.4
php: 8.0
composer-flag: "'--prefer-lowest'"

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -72,11 +72,11 @@ jobs:
name: Functionnal tests
strategy:
matrix:
php: [ 8.0, 8.1, 8.2 ]
php: [ 8.1, 8.2 ]
os: [ ubuntu-latest ]
include:
- os: [ ubuntu-latest ]
php: 7.4
php: 8.0
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": ">=7.3",
"php": ">=8.0",
"nekland/tools": "^2.5.1",
"symfony/event-dispatcher": "^5.3 || ^6.0 || 7.0.8",
"pagerfanta/pagerfanta": "^2.0.1 || ^3.0.0",
Expand Down

0 comments on commit cb72b73

Please sign in to comment.