Skip to content

Commit

Permalink
add symfony 7 gitlab CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
hgabka committed Jan 12, 2024
1 parent 9ce34e9 commit df7b3c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ jobs:
deps: stable
symfony: '^4.4'

# Test latest php/Symfony
# Test Symfony 6
- php: 8.1
deps: stable
symfony: '^6.0'

# Test latest php/Symfony
- php: 8.2
deps: stable
symfony: '^7.0'

steps:
- name: Checkout code
uses: 'actions/checkout@v2'
Expand Down

0 comments on commit df7b3c5

Please sign in to comment.