Skip to content

Commit

Permalink
Update php version contraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdekroon committed Jun 2, 2022
1 parent 337ebd6 commit 8a63bc7
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 263 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Release

# on:
# push:
# tags:
# - '*'

on: push
on:
push:
tags:
- '*'

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "~7.3"
"php": "^7.3|^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8a63bc7

Please sign in to comment.