Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali authored Jan 16, 2024
1 parent 0e63c7f commit 7f40039
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,19 @@ jobs:
fail-fast: false
matrix:
php:
- 8.0
- 8.1
- 8.2
dependencies:
- highest
stability:
- stable
symfony-require:
# Test latest LTS
# Test still maintained
- 5.4.*
# Test last supported version
- 6.0.*
- 6.*
include:
# Tests the lowest set of dependencies
# - symfony-require: 5.4.*
# dependencies: lowest
# stability: stable
# php: 8.0

# Bleeding edge
- symfony-require: 6.*
php: 8.1
dependencies: highest
stability: dev

# Test latest LTS
- 6.4.*
# Test latest stable version
- 7.*
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7f40039

Please sign in to comment.