Skip to content

Commit

Permalink
Removed PHP 8.1 and added 8.4 for the installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 20, 2025
1 parent 056d86b commit f58bb58
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vortex-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2

- name: Install dependencies
run: composer install
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/vortex-test-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ name: Vortex - Test installer
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
vortex-test-installer:
runs-on: ubuntu-latest

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

steps:
- name: Checkout code
Expand Down
16 changes: 8 additions & 8 deletions .vortex/installer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
},
"require": {
"php": ">=8.2",
"symfony/console": "^7.2",
"symfony/console": "^7.2.1",
"symfony/filesystem": "^7.2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"bamarni/composer-bin-plugin": "^1.8.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1",
"drupal/coder": "^8.3",
"drupal/coder": "^8.3.28",
"ergebnis/composer-normalize": "^2.45",
"mikey179/vfsstream": "^1.6",
"opis/closure": "^4",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10",
"rector/rector": "^1.0.0"
"mikey179/vfsstream": "^1.6.12",
"opis/closure": "^4.3.1",
"phpstan/phpstan": "^1.12.15",
"phpunit/phpunit": "^10.5.41",
"rector/rector": "^1.2.10"
},
"autoload": {
"psr-4": {
Expand Down
12 changes: 6 additions & 6 deletions .vortex/installer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit f58bb58

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.