Skip to content

Commit 8282f9b

Browse files
authored
Merge pull request #701 from joomla-extensions/add-php-8-5-and-6-2
add php 8.5 and-6.2
2 parents f967962 + 308be01 commit 8282f9b

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs: npm
4545
strategy:
4646
matrix:
47-
joomla-version: ['5.4', '6.0', '6.1']
47+
joomla-version: ['5.4', '6.0', '6.1', '6.2']
4848
container:
4949
image: joomlaprojects/docker-images:cypress8.3
5050
steps:
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build and Verify
8787
run: |
88-
echo "📦 Downloaded Joomla ${{ matrix.joomla-version }} from: ${{ steps.joomla-info.outputs.url }}"
88+
echo "📦 Downloaded Joomla! ${{ matrix.joomla-version }} from: ${{ steps.joomla-info.outputs.url }}"
8989
vendor/bin/robo build
9090
if ! unzip -t joomla.zip > /dev/null; then
9191
unzip -t joomla.zip > /dev/null
@@ -107,7 +107,7 @@ jobs:
107107
needs: prepare_tests
108108
strategy:
109109
matrix:
110-
joomla-version: ['5.4', '6.0', '6.1']
110+
joomla-version: ['5.4', '6.0', '6.1', '6.2']
111111
container:
112112
image: joomlaprojects/docker-images:php8.3
113113
steps:
@@ -129,8 +129,8 @@ jobs:
129129
strategy:
130130
fail-fast: false
131131
matrix:
132-
joomla-version: ['5.4', '6.0', '6.1']
133-
php-version: ['8.2', '8.3', '8.4']
132+
joomla-version: ['5.4', '6.0', '6.1', '6.2']
133+
php-version: ['8.2', '8.3', '8.4', '8.5']
134134
db: [mysql, mariadb, pgsql]
135135
include:
136136
- db: mysql
@@ -153,19 +153,21 @@ jobs:
153153
db-prefix: pgsql_
154154
image: postgres:12-alpine
155155
alter-user-cmd: "apt-get update && apt-get install -y postgresql-client"
156-
- joomla-version: '6.0'
156+
- joomla-version: '6.1'
157157
db: mariadb
158158
image: mariadb:10.6
159159
- joomla-version: '6.1'
160160
db: mariadb
161161
image: mariadb:10.6
162162
exclude:
163163
- joomla-version: '5.4'
164-
php-version: '8.4'
164+
php-version: '8.5'
165165
- joomla-version: '6.0'
166166
php-version: '8.2'
167167
- joomla-version: '6.1'
168168
php-version: '8.2'
169+
- joomla-version: '6.2'
170+
php-version: '8.2'
169171

170172
container:
171173
image: joomlaprojects/docker-images:cypress${{ matrix.php-version }}

0 commit comments

Comments
 (0)