Skip to content

Commit

Permalink
update minimum php version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis authored Aug 26, 2024
1 parent 9309b59 commit 901a7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
pest:
runs-on: ubuntu-latest
container:
image: kirschbaumdevelopment/laravel-test-runner:8.1
image: kirschbaumdevelopment/laravel-test-runner:8.2

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"faker"
],
"require": {
"php": "^8.1",
"php": "^8.2",
"fakerphp/faker": "^1.23"
},
"require-dev": {
Expand Down

0 comments on commit 901a7ba

Please sign in to comment.