Skip to content

Commit

Permalink
Skip PHP8 builds for now as this requires much refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 21, 2021
1 parent 0235d52 commit 689f9cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
# - "8.0"
dependencies: [highest]
experimental: [false]
include:
Expand All @@ -40,12 +40,12 @@ jobs:
- php-version: "8.0"
dependencies: highest
experimental: false
- php-version: "8.1"
dependencies: lowest-ignore
experimental: true
- php-version: "8.1"
dependencies: highest-ignore
experimental: true
# - php-version: "8.1"
# dependencies: lowest-ignore
# experimental: true
# - php-version: "8.1"
# dependencies: highest-ignore
# experimental: true

steps:
- name: "Checkout"
Expand Down Expand Up @@ -75,6 +75,6 @@ jobs:
run: "composer validate"

- name: "Run tests"
run: "vendor/bin/phpunit"
run: "composer test"


0 comments on commit 689f9cd

Please sign in to comment.