Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Apr 26, 2024
1 parent a1c222a commit 746f7cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-tests-callable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.3
coverage: none

- name: Cache dependencies
Expand All @@ -38,6 +38,8 @@ jobs:
${{ env.PROJECT_EDITION }}-${{ env.version }}
- name: Set up whole project using the tested dependency
env:
SETUP: ghcr.io/ibexa/docker/php:8.3-node18
run: |
curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/main/bin/${{ env.version }}/prepare_project_edition.sh" > prepare_project_edition.sh
chmod +x prepare_project_edition.sh
Expand Down

0 comments on commit 746f7cc

Please sign in to comment.