Skip to content

Commit

Permalink
Add PHP 8.2 and Symfony 6.1 and 6.2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvw committed Dec 27, 2022
1 parent 4f8db34 commit 211727e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
php: ["8.0", "8.1", "8.2"]
postgres: [""]
symfony: ["^5.4", "^6.0"]

symfony: ["^5.4", "^6.0", "^6.1", "^6.2"]
include:
-
php: 8.0
Expand All @@ -30,6 +29,13 @@ jobs:
php: 8.0
symfony: "^5.4"
postgres: "14.0"
exclude:
-
php: "8.0"
symfony: "~6.1.0"
-
php: "8.0"
symfony: "~6.2.0"
steps:
-
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"matthiasnoback/symfony-dependency-injection-test": "^4.2.1",
"pagerfanta/pagerfanta": "^3.0",
"pamil/phpspec-skip-example-extension": "^4.2",
"phpspec/phpspec": "^7.2",
"phpspec/phpspec": "^7.3",
"phpstan/phpstan": "^1.7",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
Expand Down

0 comments on commit 211727e

Please sign in to comment.