Skip to content

Commit

Permalink
Merge pull request #61 from flownative/flow-9
Browse files Browse the repository at this point in the history
Raise PHP requirement
  • Loading branch information
robertlemke authored Jan 18, 2024
2 parents 0e0c4cd + 72f028b commit e4b67d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,20 @@ jobs:
matrix:
os:
- ubuntu-latest
# - windows-latest

php-version:
- "7.3"
- "7.4"
# - "8.0"
- "8.0"
- "8.1"
- "8.2"
- "8.3"

compiler:
- default

dependencies:
# - lowest
- lowest
- highest

# include:
# - os: ubuntu-latest
# php-version: "8.0"
# compiler: jit
# dependencies: highest
#
# - os: windows-latest
# php-version: "8.0"
# compiler: jit
# dependencies: highest

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.*",
"neos/flow": "^7.3 || ^8.0 || ^9.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"flownative/oauth2-client": "^4.0.0",
Expand Down

0 comments on commit e4b67d3

Please sign in to comment.