Skip to content

Commit

Permalink
Try 8.3 again
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Oct 8, 2023
1 parent 0324a97 commit 058fa64
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
db: "mysql:5.7"
db_alias: "MyISAM Tests"
MYISAM: 1
- php: '8.1'
db: "mysql:5.7"
COVERAGE: 0
# - php: '8.1'
# db: "mysql:5.7"
# COVERAGE: 1
# db_alias: "mysql:5.7 with Coverage"
- php: '8.1'
db: "mysql:8.0"
Expand All @@ -125,10 +125,10 @@ jobs:
db: "mysql:8.0"
- php: '8.2'
db: "mariadb:10.2"
# - php: '8.3'
# db: "mysql:5.7"
# - php: '8.3'
# db: "mariadb:10.2"
- php: '8.3'
db: "mysql:5.7"
- php: '8.3'
db: "mariadb:10.2"

name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}

Expand Down Expand Up @@ -264,8 +264,8 @@ jobs:
db: "postgres:15"
- php: '8.2'
db: "postgres:9.5"
# - php: '8.3'
# db: "postgres:9.5"
- php: '8.3'
db: "postgres:9.5"

name: PHP ${{ matrix.php }} - ${{ matrix.db }}

Expand Down

0 comments on commit 058fa64

Please sign in to comment.