Skip to content

Commit

Permalink
[CI] Next versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Nov 26, 2021
1 parent c2b0d03 commit fcdf4f6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
allow-unstable: true

# Bleeding edge (unreleased dev versions where failures are allowed)
# - name: 'Test next Symfony [Linux, PHP 8.1] (allowed failure)'
# os: 'ubuntu-latest'
# php: '8.1'
# symfony: '6.1.*@dev'
# composer-flags: '--ignore-platform-req php'
# # For now: Could not install mongodb on PHP 8.1.0-dev
# #mongodb: true
# allow-unstable: true
# allow-failure: true
- name: 'Test next Symfony [Linux, PHP 8.2] (allowed failure)'
os: 'ubuntu-latest'
php: '8.2'
symfony: '6.1.*@dev'
composer-flags: '--ignore-platform-req php'
# For now: Could not install mongodb on PHP 8.1.0-dev
#mongodb: true
allow-unstable: true
allow-failure: true

steps:
- name: 'Set git to use LF'
Expand Down

0 comments on commit fcdf4f6

Please sign in to comment.