Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 26, 2024
1 parent d6965ac commit fae7d34
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 17 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,19 @@ concurrency:

jobs:
tests:
name: PHP ${{ matrix.php }}-${{ matrix.os }}
name: PHP ${{ matrix.php }}

env:
COMPOSER_ROOT_VERSION: dev-master

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

strategy:
matrix:
os:
- ubuntu-latest

php:
- '8.1'
- '8.2'
- '8.3'
- 8.1
- 8.2
- 8.3

steps:
- name: Checkout.
Expand Down
Empty file removed .github/workflows/mariadb.yml
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
tests:
name: PHP ${{ matrix.php }}-mssql-${{ matrix.mssql }}
name: PHP ${{ matrix.php }}-mssql

env:
COMPOSER_ROOT_VERSION: dev-master
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,15 @@ concurrency:

jobs:
mutation:
name: PHP ${{ matrix.php }}-${{ matrix.os }}
name: PHP ${{ matrix.php }}

env:
extensions: pdo, pdo_pgsql, pdo_sqlite

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

strategy:
matrix:
os:
- ubuntu-latest

php:
- 8.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
tests:
name: PHP ${{ matrix.php }}-${{ matrix.mysql }}
name: PHP ${{ matrix.php }}

env:
COMPOSER_ROOT_VERSION: dev-master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
tests:
name: PHP ${{ matrix.php }}-${{ matrix.oracle }}
name: PHP ${{ matrix.php }}

env:
COMPOSER_ROOT_VERSION: dev-master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
tests:
name: PHP ${{ matrix.php }}-pgsql-${{ matrix.pgsql }}
name: PHP ${{ matrix.php }}-pgsql

env:
COMPOSER_ROOT_VERSION: dev-master
Expand Down

0 comments on commit fae7d34

Please sign in to comment.