Skip to content

Commit

Permalink
Test with stable PHPC version on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 15, 2023
1 parent 756ca2f commit a2b0377
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
PHP_VERSION: "8.2"
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
DRIVER_VERSION: "stable"

jobs:
phpcs:
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 @@ -18,7 +18,7 @@ on:

env:
PHP_VERSION: "8.2"
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
DRIVER_VERSION: "stable"

jobs:
psalm:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,34 @@ jobs:
mongodb-version:
- "4.4"
driver-version:
- "mongodb/mongo-php-driver@master"
- "stable"
topology:
- "server"
include:
- os: "ubuntu-20.04"
php-version: "8.0"
mongodb-version: "6.0"
driver-version: "mongodb/mongo-php-driver@master"
driver-version: "stable"
topology: "replica_set"
- os: "ubuntu-20.04"
php-version: "8.0"
mongodb-version: "6.0"
driver-version: "mongodb/mongo-php-driver@master"
driver-version: "stable"
topology: "sharded_cluster"
- os: "ubuntu-20.04"
php-version: "8.0"
mongodb-version: "5.0"
driver-version: "mongodb/mongo-php-driver@master"
driver-version: "stable"
topology: "server"
- os: "ubuntu-20.04"
php-version: "8.0"
mongodb-version: "4.4"
driver-version: "mongodb/mongo-php-driver@master"
driver-version: "stable"
topology: "replica_set"
- os: "ubuntu-20.04"
php-version: "8.0"
mongodb-version: "4.4"
driver-version: "mongodb/mongo-php-driver@master"
driver-version: "stable"
topology: "sharded_cluster"

steps:
Expand Down

0 comments on commit a2b0377

Please sign in to comment.