Skip to content

Commit

Permalink
PLANET-7389 Add PHP8.3 tests job (#2341)
Browse files Browse the repository at this point in the history
This is to prepare for the upgrade. This commit also removes 'doctrine/instantiator' from composer file which is no longer needed.
  • Loading branch information
mleray authored Aug 7, 2024
1 parent 020dc4c commit bfe45e3
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 110 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ jobs:
auth:
<<: *docker_auth

php83-tests:
<<: *php_job
docker:
- image: greenpeaceinternational/p4-unit-tests:php8.3
auth:
<<: *docker_auth
- image: cimg/mysql:5.7
auth:
<<: *docker_auth

frontend-tests:
docker:
- image: greenpeaceinternational/p4-unit-tests:node16.19.0
Expand Down Expand Up @@ -366,6 +376,8 @@ workflows:
jobs:
- php81-tests:
<<: *on_pr
- php83-tests:
<<: *on_pr
- frontend-tests:
<<: *on_pr
- commitlint:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"laminas/laminas-dom": "^2.12",
"phpunit/phpunit": "^7.5||^9.5",
"yoast/phpunit-polyfills": "^1.1.0",
"doctrine/instantiator": "^1.5.0",
"timber/timber": "1.24.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit bfe45e3

Please sign in to comment.