Skip to content

Commit

Permalink
Limit jobs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev committed May 17, 2024
1 parent 66869b7 commit b9f75f5
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '7.2' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0', '8.1', '8.2', '8.3' ]
db-version: [ '5.7' ]
tests-domain: [ 'example.org' ]
multisite: [ false, true ]
memcached: [ false ]
Expand Down Expand Up @@ -95,51 +95,37 @@ jobs:
# Include html5lib tests.
- os: ubuntu-latest
php: '7.2'
db-type: 'mysql'
db-version: '5.7'
tests-domain: 'example.org'
multisite: false
html5lib-tests: true
- os: ubuntu-latest
php: '7.3'
db-type: 'mysql'
db-version: '5.7'
tests-domain: 'example.org'
multisite: false
html5lib-tests: true
- os: ubuntu-latest
php: '7.4'
db-type: 'mysql'
db-version: '5.7'
tests-domain: 'example.org'
multisite: false
html5lib-tests: true
- os: ubuntu-latest
php: '8.0'
db-type: 'mysql'
db-version: '5.7'
tests-domain: 'example.org'
multisite: false
html5lib-tests: true
- os: ubuntu-latest
php: '8.1'
db-type: 'mysql'
db-version: '5.7'
tests-domain: 'example.org'
multisite: false
html5lib-tests: true
- os: ubuntu-latest
php: '8.2'
db-type: 'mysql'
db-version: '5.7'
tests-domain: 'example.org'
multisite: false
html5lib-tests: true
- os: ubuntu-latest
php: '8.3'
db-type: 'mysql'
db-version: '5.7'
tests-domain: 'example.org'
multisite: false
html5lib-tests: true
with:
Expand Down

0 comments on commit b9f75f5

Please sign in to comment.