Skip to content

Commit

Permalink
Update 3rd party deps, bump mini PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Sep 11, 2024
1 parent 1f42393 commit 9dde8d6
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
php-versions: [ '8.3' ]

steps:
- name: PHP
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"require": {
"php": ">=8.1",
"php": ">=8.3",
"ext-pgsql": "*",
"slim/slim": "^4.12",
"monolog/monolog": "^3.4",
Expand Down
Loading

0 comments on commit 9dde8d6

Please sign in to comment.