Skip to content

Commit

Permalink
Test on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc committed Dec 9, 2023
1 parent 39f650d commit f9ce0df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3,656 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2
FROM php:8.3

COPY dev.sh /tmp/library-scripts/

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

strategy:
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"require": {
"php": "^8.1",
"composer-runtime-api": "^2.2.2",
"symfony/finder": "^6.1",
"symfony/console": "^6.1",
"symfony/event-dispatcher": "^6.1",
"symfony/finder": "^6.1|^7.0",
"symfony/console": "^6.1|^7.0",
"symfony/event-dispatcher": "^6.1|^7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.0",
"phpspec/prophecy-phpunit": "^2.0",
"squizlabs/php_codesniffer": "^3.6",
"slevomat/coding-standard": "^8.0",
Expand Down
Loading

0 comments on commit f9ce0df

Please sign in to comment.