Skip to content

Commit 2ffb8da

Browse files
committed
OXDEV-9585 Update workflow
1 parent 464c2b4 commit 2ffb8da

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212
jobs:
1313
run_tests:
1414
env:
15-
SHOP_BRANCH: ${{ inputs.shop_branch || 'b-7.5.x' }}
15+
SHOP_BRANCH: ${{ inputs.shop_branch || 'b-8.0.x' }}
1616
strategy:
1717
matrix:
18-
php: [ '8.3', '8.4', '8.5' ]
18+
php: [ '8.4', '8.5' ]
1919
mysql: [ '8.0', '8.4' ]
2020
fail-fast: false
2121
runs-on: ubuntu-latest
@@ -38,20 +38,6 @@ jobs:
3838
-e 's#/var/www/#/var/www/source/#g;'\
3939
containers/httpd/project.conf
4040
41-
- name: Prepare shop configuration
42-
run: |
43-
cp source/source/config.inc.php.dist source/source/config.inc.php
44-
perl -pi\
45-
-e 's#<dbHost>#mysql#g;'\
46-
-e 's#<dbUser>#root#g;'\
47-
-e 's#<dbName>#example#g;'\
48-
-e 's#<dbPwd>#root#g;'\
49-
-e 's#<dbPort>#3306#g;'\
50-
-e 's#<sShopURL>#http://localhost.local/#g;'\
51-
-e 's#<sShopDir>#/var/www/source/#g;'\
52-
-e 's#<sCompileDir>#/var/www/source/tmp/#g;'\
53-
source/source/config.inc.php
54-
5541
- name: Start containers
5642
run: |
5743
make up

0 commit comments

Comments
 (0)