We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a4fbb commit 5eb6406Copy full SHA for 5eb6406
1 file changed
.github/workflows/test.yaml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.operating-system }}
6
strategy:
7
matrix:
8
- operating-system: [ 'macos-latest' ]
+ operating-system: [ 'macos-14' ]
9
php-versions: [ '7.4' ]
10
steps:
11
- name: Checkout repo
@@ -41,13 +41,6 @@ jobs:
41
shell: bash
42
run: composer install --no-progress --prefer-dist --optimize-autoloader
43
44
- - name: Install Composer dependencies on macOS + PHP 7.4
45
- if: matrix.php-versions == '7.4' && matrix.operating-system == 'macos-latest'
46
- shell: bash
47
- run: |
48
- composer install --no-progress --prefer-dist --optimize-autoloader
49
- composer require setasign/fpdi:2.6.1
50
-
51
- name: Test with PHPUnit
52
if: matrix.php-versions != '8.4' || matrix.operating-system != 'ubuntu-latest'
53
env:
0 commit comments