Skip to content

Commit

Permalink
[TASK] Add tests run on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Nov 30, 2024
1 parent 2d2e667 commit 4f054a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ jobs:
matrix:
packages:
- php: '8.2'
core: '^13.1'
core: '^13.0'
framework: 'dev-main'
prefer: ''
testpath: 'Tests/Functional'
- php: '8.2'
core: '^13.1'
core: '^13.0'
framework: 'dev-main'
prefer: '--prefer-lowest'
testpath: 'Tests/Functional'
- php: '8.3'
core: '^13.1'
core: '^13.0'
framework: 'dev-main'
prefer: ''
testpath: 'Tests/Functional'
- php: '8.3'
core: '^13.1'
core: '^13.0'
framework: 'dev-main'
prefer: '--prefer-lowest'
testpath: 'Tests/Functional'
Expand Down

0 comments on commit 4f054a6

Please sign in to comment.