Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Oct 10, 2024
1 parent e04f689 commit 7fdae47
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 @@ -54,7 +54,7 @@ jobs:
prefer: '--prefer-lowest'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Composer
run: Build/Scripts/additionalTests.sh -p ${{ matrix.packages.php }} -s lintPhp
Expand All @@ -80,12 +80,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 7fdae47

Please sign in to comment.