Skip to content

Commit

Permalink
fix php version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Drumev committed Dec 11, 2024
1 parent fa4b142 commit 6e70653
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 425 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 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
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 @@ -6,7 +6,7 @@
"homepage": "https://github.com/Codeception/VisualCeption",
"license": "Apache-2.0",
"require": {
"php": ">=8.0",
"php": "8.1.*",
"ext-imagick": "*",
"ext-mbstring": "*",
"ext-zip": "*",
Expand Down
Loading

0 comments on commit 6e70653

Please sign in to comment.