Skip to content

Commit

Permalink
Omit 8.4 for now, more work required
Browse files Browse the repository at this point in the history
  • Loading branch information
tr33m4n committed Nov 27, 2024
1 parent 46ef333 commit ed57a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 7.4, 8.0, 8.1, 8.2, 8.3, 8.4 ]
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
fail-fast: false
steps:
- name: Checkout
Expand All @@ -43,9 +43,9 @@ jobs:
run: composer run test
- name: Install dependencies (Codeception v5)
run: composer update codeception/codeception:^5.0 codeception/module-webdriver codeception/module-phpbrowser codeception/module-asserts -W
if: matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4'
if: matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3'
- name: Run test suite (Codeception v5)
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
run: composer run test
if: matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4'
if: matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3'

0 comments on commit ed57a23

Please sign in to comment.