Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jul 17, 2024
1 parent 46ad975 commit 9e4148c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
symfony-version: ["5.4", "6.4", "7.1"]
include:
# minimum versions
- php-version: 8.0
- php-version: "8.0"
operating-system: ubuntu-22.04
symfoy-version: "5.4"
- php-version: 8.0
symfony-version: "5.4"
- php-version: "8.0"
operating-system: ubuntu-22.04
symfoy-version: "6.4"
- php-version: 8.3
symfony-version: "6.4"
- php-version: "8.3"
operating-system: macos-12
symfoy-version: "7.1"
symfony-version: "7.1"
name: test php/${{ matrix.php-version }} symfony/${{ matrix.symfony-version }} on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down

0 comments on commit 9e4148c

Please sign in to comment.