Skip to content

Commit

Permalink
Merge pull request #32 from ImpressCMS/Added-CI-testing-with-PHP-8.2-…
Browse files Browse the repository at this point in the history
…and-PHP-8.3

Added CI testing with PHP 8.2 and PHP 8.3
  • Loading branch information
MekDrop authored May 21, 2024
2 parents 7f55ce3 + 2652805 commit b1b155f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3
composer:
- 2
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}
Expand All @@ -39,4 +41,4 @@ jobs:
- name: Install Composer dependencies (with dev)
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
- name: Install Composer dependencies (without dev)
run: composer install --no-progress --no-dev --no-suggest --prefer-dist --optimize-autoloader
run: composer install --no-progress --no-dev --no-suggest --prefer-dist --optimize-autoloader

0 comments on commit b1b155f

Please sign in to comment.