Skip to content

Commit

Permalink
CI: upgrade php
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 25, 2024
1 parent a3aaf1a commit 8a2b5d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ on:
- cron: "0 8 * * 1"

jobs:
test81:
test83:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "8.1"
php: "8.3"

test80:
test82:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "8.0"
php: "8.2"

testlower:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "8.0"
php: "8.2"
composer: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"

0 comments on commit 8a2b5d2

Please sign in to comment.