Skip to content

Commit

Permalink
Run workflow on all recent NC versions
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Apr 24, 2024
1 parent edecbdb commit b1ca670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.0']
server-versions: ['stable26']
server-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'master']

name: SQLite

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.1']
server-versions: ['stable26']
server-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'master']

name: MySQL

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.2']
server-versions: ['stable26']
server-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'master']

name: PostgreSQL

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: ['stable26']
ocp-version: ['stable26', 'stable27', 'stable28', 'stable29', 'master']
php-versions: ['8.0', '8.1', '8.2']

name: Psalm
Expand Down

0 comments on commit b1ca670

Please sign in to comment.