Skip to content

Commit

Permalink
Update github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Feb 9, 2024
1 parent f9e6467 commit c2f77b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

resources:
name: Resources tests
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run the xliff lint
run: Build/Scripts/additionalTests.sh -s lintXliff
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
testpath: 'Tests/Functional'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint php
run: |
Expand Down Expand Up @@ -109,12 +109,12 @@ jobs:
needs: [ resources, testsuite ]
if: startsWith(github.ref, 'refs/tags/')

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

name: TYPO3 TER release
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Publish to TER
uses: tomasnorre/typo3-upload-ter@v2
Expand Down

0 comments on commit c2f77b6

Please sign in to comment.