Skip to content

Commit

Permalink
Merge branch '2.5' of https://github.com/sulu/sulu into 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 16, 2024
2 parents 7dfa414 + 8c93cd3 commit 1e45450
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and configure Node
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and configure Node
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Start Database
run: |
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and configure PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 1e45450

Please sign in to comment.