diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6db1000..02e24b5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,5 +13,3 @@ jobs: test80: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@v1 - with: - php: "8.0" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0008612..06d0027 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,34 +10,21 @@ on: - cron: "0 8 * * 1" jobs: - test81: - name: "Nette Tester" - uses: contributte/.github/.github/workflows/nette-tester.yml@v1 - with: - php: "8.1" - - test80: - name: "Nette Tester" - uses: contributte/.github/.github/workflows/nette-tester.yml@v1 - with: - php: "8.0" - - test74: + test82: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester.yml@v1 with: - php: "7.4" + php: "8.2" - test73: + test81: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester.yml@v1 with: - php: "7.3" - composer: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest" + php: "8.1" - test72: + testlowest: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester.yml@v1 with: - php: "7.2" + php: "8.1" composer: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest" diff --git a/composer.json b/composer.json index b0d6738..1800562 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=7.2", + "php": ">=8.1", "contributte/di": "^0.5.0", "doctrine/migrations": "^3.1.0", "symfony/console": "^4.2.5|^5.0.0|^6.0.0"