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 7b35246
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 424 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1

with:
php-version: '8.1.0'
- name: Run tests on docker compose
run: docker compose up --abort-on-container-exit
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 7b35246

Please sign in to comment.