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 0818ffe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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 @@ -37,15 +37,15 @@ jobs:
- php-version: "5.3"
dependencies: lowest
experimental: false
- 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.0"
# dependencies: highest
# experimental: false
# - 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 0818ffe

Please sign in to comment.