Skip to content

Commit 1a76e4d

Browse files
committed
OP-291: Update supported php and node versions
1 parent aa49117 commit 1a76e4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: [ "8.1" ]
24+
php: [ "8.1", "8.2", "8.3" ]
2525
symfony: [ "^5.4", "^6.0" ]
2626
sylius: [ "~1.12.13", "~1.13.0" ]
27-
node: [ "^14.17.x" ]
27+
node: [ "18.x", "20.x" ]
2828
mysql: [ "8.0" ]
2929
state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ]
3030

@@ -78,15 +78,15 @@ jobs:
7878
run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
7979

8080
- name: Upload Behat logs
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v3
8282
if: failure()
8383
with:
8484
name: Behat logs
8585
path: etc/build/
8686
if-no-files-found: ignore
8787

8888
- name: Upload test log logs
89-
uses: actions/upload-artifact@v2
89+
uses: actions/upload-artifact@v3
9090
if: failure()
9191
with:
9292
name: Var logs

0 commit comments

Comments
 (0)