Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom32i authored and ogizanagi committed Apr 4, 2024
1 parent 6481e86 commit 4f996e3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,12 @@ jobs:
os: 'ubuntu-latest'
php: '8.2'
symfony: '6.4.*'

# Bleeding edges:
- name: 'Test Symfony 7.0 [Linux, PHP 8.3]'
os: 'ubuntu-latest'
php: '8.3'
symfony: '7.0.*@dev'
allow-unstable: true
allow-failure: true
symfony: '7.0.*'

# Bleeding edges:
- name: 'Test Symfony 7.1 [Linux, PHP 8.3]'
os: 'ubuntu-latest'
php: '8.3'
Expand Down

0 comments on commit 4f996e3

Please sign in to comment.