Skip to content

Commit

Permalink
Don't test on PHP 8.4 due to "aura/sql" package bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Dec 13, 2024
1 parent e854be9 commit 5005a99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
- php: '8.3'
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
- php: '8.4'
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
# Don't test on PHP 8.4 due to "aura/sql" bug: https://github.com/auraphp/Aura.Sql/pull/231.
# - php: '8.4'
# phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5

name: Tests (PHP ${{ matrix.php }})
steps:
Expand Down

0 comments on commit 5005a99

Please sign in to comment.