Skip to content

Commit

Permalink
minor #213 [ci] test against symfony 7.1
Browse files Browse the repository at this point in the history
* [ci] test against symfony 7

* only add 7.1
  • Loading branch information
jrushlow authored Jun 6, 2024
1 parent fb22413 commit 33e59bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
release:

Expand All @@ -22,6 +22,8 @@ jobs:
symfony: '*'
- php: 8.3
symfony: '7.0.*'
- php: 8.3
symfony: '7.1.*'
steps:
- uses: zenstruck/.github@php-test-symfony
with:
Expand Down

0 comments on commit 33e59bc

Please sign in to comment.