Skip to content

Commit

Permalink
Minimal version PHP is 7.4 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Jun 9, 2022
1 parent 460515d commit bb9910f
Show file tree
Hide file tree
Showing 13 changed files with 773 additions and 526 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 7.2, 7.3, 7.4, 8.0 ]
php-version: [ 7.4, 8.0, 8.1 ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -118,8 +118,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: ast
tools: composer
extensions: ast

- name: Build the Project
run: make update --no-print-directory
Expand All @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 7.2, 7.3, 7.4, 8.0 ]
php-version: [ 7.4, 8.0, 8.1 ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
],

"require" : {
"php" : ">=7.2",
"php" : ">=7.4",

"jbzoo/data" : "^4.3.0",
"jbzoo/mermaid-php" : "^2.3.0",
"jbzoo/utils" : "^4.5.1",
"jbzoo/cli" : "^1.0.0",
"jbzoo/data" : "^4.3|^5.0",
"jbzoo/mermaid-php" : "^2.3|^3.0",
"jbzoo/utils" : "^4.5|^5.0",
"jbzoo/cli" : "^1.0|^2.0",

"symfony/console" : ">=4.4"
"symfony/console" : "^4.4|^5.4"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "^3.1.0",
"jbzoo/toolbox-dev" : "^4.0.1",
"symfony/process" : ">=4.4"
},

Expand Down
Loading

0 comments on commit bb9910f

Please sign in to comment.