Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4']
php-version: ['8.4.1', '8.5']

steps:
- name: Checkout Code
Expand All @@ -29,7 +29,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
tools: composer:v2
extensions: gd, zlib
extensions: curl, dom, gd, mbstring, mysqli, soap, xml, xmlwriter, zip, zlib

- name: Cache Composer packages
uses: actions/cache@v4
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
"description": "Free and open source candidate/applicant tracking system for recruiters.",
"type": "project",
"require": {
"php": "^7.4",
"php": "^8.4.1",
"ext-mbstring": "*",
"ckeditor/ckeditor": "^4.25.1",
"neutron/sphinxsearch-api": "^2.0.8",
"phpmailer/phpmailer": "^7.0.2",
"phpmailer/phpmailer": "^7.1.1",
"setasign/fpdf": "^1.9.0"
},
"require-dev": {
"behat/behat": "^3.15.0",
"behat/behat": "^3.31.0",
"behat/mink": "^1.13.0",
"friends-of-behat/mink-extension": "^2.7.5",
"behat/mink-browserkit-driver": "^2.3.0",
"behat/mink-selenium2-driver": "^1.7.0",
"phpunit/phpunit": "^9.6.34"
"phpunit/phpunit": "^13.1.11"
},
"autoload": {
"psr-4": {
Expand Down
Loading
Loading