2929 matrix :
3030 php-version :
3131 - 8.1
32- - 8.4
32+ - 8.5
3333 runs-on : " ubuntu-latest"
3434 steps :
3535 - uses : actions/checkout@v4
@@ -55,37 +55,36 @@ jobs:
5555 run : |
5656 ./vendor/bin/phpunit -c tests/functional.xml
5757
58- # MacOS testing disabled because of capricious GS/ImageMagick/Homebrew behaviors
59- # integration-tests-macos:
60- # name: Run Integration Tests on MacOS
61- # timeout-minutes: 30
62- # strategy:
63- # max-parallel: 2
64- # matrix:
65- # php-version:
66- # - 8.1
67- # - 8.4
68- # runs-on: "macos-latest"
69- # steps:
70- # - uses: actions/checkout@v4
71- # with:
72- # submodules: recursive
73- # - name: Set up php ${{ matrix.php-version }}
74- # uses: shivammathur/setup-php@v2
75- # env:
76- # phpts: zts
77- # with:
78- # php-version: ${{ matrix.php-version }}
79- # extensions: curl, fileinfo, json, imagick
80- # - name: Install ImageMagick
81- # run: |
82- # brew update
83- # brew install imagemagick
84- # - uses: ramsey/composer-install@v2
85- # - name: Unit testing with phpunit
86- # run: |
87- # ./vendor/bin/phpunit -c tests/functional.xml
88- #
58+ integration-tests-macos :
59+ name : Run Integration Tests on MacOS
60+ timeout-minutes : 30
61+ strategy :
62+ max-parallel : 2
63+ matrix :
64+ php-version :
65+ - 8.1
66+ - 8.5
67+ runs-on : " macos-latest"
68+ steps :
69+ - uses : actions/checkout@v4
70+ with :
71+ submodules : recursive
72+ - name : Set up php ${{ matrix.php-version }}
73+ uses : shivammathur/setup-php@v2
74+ env :
75+ phpts : zts
76+ with :
77+ php-version : ${{ matrix.php-version }}
78+ extensions : curl, fileinfo, json, imagick
79+ - name : Install ImageMagick
80+ run : |
81+ brew update
82+ brew install imagemagick
83+ - uses : ramsey/composer-install@v2
84+ - name : Unit testing with phpunit
85+ run : |
86+ ./vendor/bin/phpunit -c tests/functional.xml
87+
8988
9089 integration-tests-windows :
9190 name : Run Integration Tests on Windows
9594 matrix :
9695 php-version :
9796 - 8.1
98- - 8.4
97+ - 8.5
9998 runs-on : " windows-latest"
10099 steps :
101100 - uses : actions/checkout@v4
0 commit comments