Skip to content

Commit

Permalink
Run all the tests under 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Jan 30, 2024
1 parent 7226ece commit af503c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/loristest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
apiversion: ['v0.0.3', 'v0.0.4-dev']
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
fail-fast: false
matrix:
testsuite: ['integration']
php: ['8.1','8.2']
php: ['8.1','8.2', '8.3']
ci_node_index: [0,1,2,3]

include:
Expand All @@ -220,10 +220,14 @@ jobs:
php: '8.1'
- testsuite: 'static'
php: '8.2'
- testsuite: 'static'
php: '8.3'
- testsuite: 'unit'
php: '8.1'
- testsuite: 'unit'
php: '8.2'
- testsuite: 'unit'
php: '8.3'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit af503c9

Please # to comment.