Skip to content

Commit

Permalink
Github Actions: Ubuntu and action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skouat committed Oct 4, 2024
1 parent 468f2c2 commit 253c6ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
php-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand All @@ -26,7 +26,7 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -36,7 +36,7 @@ jobs:
coverage: none

- name: Cache Composer dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 253c6ca

Please sign in to comment.