Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 29, 2024
1 parent f4948a5 commit 108b0a2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
include:
- description: 'Symfony 5.4'
- description: 'Symfony 6.4'
php: '8.1'
composer_option: '--prefer-lowest'
- description: 'Symfony 6.4'
php: '8.2'
symfony: 6.4.*
- description: 'Symfony 7.1'
php: '8.3'
symfony: 7.1.*
- description: 'Symfony 7.2'
php: '8.4'
symfony: 7.2.*
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down

0 comments on commit 108b0a2

Please sign in to comment.