Skip to content

Commit

Permalink
Update Composer packages, drop PHP 8.0 from testing, add PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Nov 7, 2024
1 parent bbe3bd1 commit a38a4c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
php-versions:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
],

"require": {
"gettext/gettext": "~5.6",
"monolog/monolog" : "~1.1",
"gettext/gettext": "~5.7",
"monolog/monolog" : "~3.7",
"mozillal10n/bugzilla": "~0.1",
"mozillal10n/cache": "~0.1",
"mozillal10n/json": "~0.1",
"pascalc/tinyl10n" : "~0.1"
},

"require-dev": {
"atoum/atoum" : "~4.0",
"symfony/var-dumper": "~2.6",
"friendsofphp/php-cs-fixer": "~3.8",
"atoum/atoum" : "~4.2",
"symfony/var-dumper": "~6.4",
"friendsofphp/php-cs-fixer": "~3.64",
"pchevrel/verif": "0.4"
},

Expand Down

0 comments on commit a38a4c6

Please sign in to comment.