Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
composer:
runs-on: ubuntu-latest
container:
image: joomlaprojects/docker-images:php8.2
image: joomlaprojects/docker-images:php8.3
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dependencies
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
needs: composer
container:
image: joomlaprojects/docker-images:php8.2
image: joomlaprojects/docker-images:php8.3
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dependencies
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
needs: phpcs
container:
image: joomlaprojects/docker-images:php8.2
image: joomlaprojects/docker-images:php8.3
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dependencies
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
needs: npm
container:
image: joomlaprojects/docker-images:cypress8.2
image: joomlaprojects/docker-images:cypress8.3
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dependencies
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Build and prepare Joomla
run: |
vendor/bin/robo build
curl https://joomla.org/latest -L --output joomla.zip
curl "https://downloads.joomla.org/cms/joomla5/5-4-0/Joomla_5-4-0-Stable-Full_Package.zip?format=zip" -L --output joomla.zip
mkdir joomla
cp joomla.zip joomla/joomla.zip
cd joomla
Expand Down
Loading
Loading