Update GitHub Actions to use latest Ubuntu
This commit is contained in:
committed by
GitHub
parent
a9653d777b
commit
9037349407
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: PHP ${{ matrix.php-version }} + Symfony ${{ matrix.symfony-version }}
|
name: PHP ${{ matrix.php-version }} + Symfony ${{ matrix.symfony-version }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
symfony-version: '7.0.*'
|
symfony-version: '7.0.*'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user