Skip to content

Commit

Permalink
exclude silverstripe 5 on php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed May 7, 2023
1 parent ae92ff0 commit 66898bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -24,8 +24,11 @@ jobs:
- 6379:6379
strategy:
matrix:
php: ['8.0', '8.3']
silverstripe: ['4', '5']
php: [8.0, 8.3]
silverstripe: [4, 5]
exclude:
- php: 8.0
silverstripe: 5

steps:
- name: Checkout
Expand Down

0 comments on commit 66898bc

Please sign in to comment.