Skip to content

Commit

Permalink
Merge pull request #152 from neo4j-php/151-new-php84
Browse files Browse the repository at this point in the history
Added to workflows
  • Loading branch information
stefanak-michal authored Nov 23, 2024
2 parents 0b9b4d6 + bbe2a89 commit b490977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/db.44.2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
neo4j-version: ['4.4']
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4']

services:
neo4j:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db.50.2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
neo4j-version: ['5.4', '5.6', '5.8', '5.12', '5.13', '5.23']
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4']

services:
neo4j:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-db.2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4']

steps:
- name: Checkout
Expand Down

0 comments on commit b490977

Please sign in to comment.